diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-12 06:16:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-12 06:16:43 +0200 |
commit | fa9d1a09cfe9e7386746a2c6523b5503d1b4aff9 (patch) | |
tree | 93978608230ffd409cd8a32eaa4225d7f4905c83 /awk.h | |
parent | edfe2064ee8285ccc70b9254ed191d5cef1de14f (diff) | |
download | egawk-fa9d1a09cfe9e7386746a2c6523b5503d1b4aff9.tar.gz egawk-fa9d1a09cfe9e7386746a2c6523b5503d1b4aff9.tar.bz2 egawk-fa9d1a09cfe9e7386746a2c6523b5503d1b4aff9.zip |
Improve comment handling in pretty printing.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -530,6 +530,11 @@ typedef struct exp_node { #define adepth sub.nodep.l.ll #define alevel sub.nodep.x.xl +/* Op_comment */ +#define comment_type sub.val.idx +#define EOL_COMMENT 1 +#define FULL_COMMENT 2 + /* --------------------------------lint warning types----------------------------*/ typedef enum lintvals { LINT_illegal, |