diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-21 13:28:04 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-21 13:28:04 +0300 |
commit | 006feb1f312f45e81004be5cb61540c25a8e0bbb (patch) | |
tree | 6ffbdb41d608b83279e496e05732de2cddb9159d /awk.h | |
parent | 9bd846b32089bf025d0dc82b61a59e503ee1767c (diff) | |
download | egawk-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |