From 006feb1f312f45e81004be5cb61540c25a8e0bbb Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 21 Sep 2018 13:28:04 +0300 Subject: Start at revamping comment handling for the pretty printer. --- awk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'awk.h') diff --git a/awk.h b/awk.h index 46b72e14..5e1e40a1 100644 --- a/awk.h +++ b/awk.h @@ -762,6 +762,7 @@ typedef struct exp_instruction { awk_ext_func_t *exf; } x; + struct exp_instruction *comment; short source_line; short pool_size; // memory management in symbol.c OPCODE opcode; -- cgit v1.2.3