aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-09-21 13:28:04 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-09-21 13:28:04 +0300
commit006feb1f312f45e81004be5cb61540c25a8e0bbb (patch)
tree6ffbdb41d608b83279e496e05732de2cddb9159d /awk.h
parent9bd846b32089bf025d0dc82b61a59e503ee1767c (diff)
downloadegawk-006feb1f312f45e81004be5cb61540c25a8e0bbb.tar.gz
egawk-006feb1f312f45e81004be5cb61540c25a8e0bbb.tar.bz2
egawk-006feb1f312f45e81004be5cb61540c25a8e0bbb.zip
Start at revamping comment handling for the pretty printer.
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h1
1 files changed, 1 insertions, 0 deletions
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;