diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-02 20:59:19 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-02 20:59:19 +0200 |
commit | 53892e324939cf3526c9242a5ea81555dc16e408 (patch) | |
tree | b6d65f174af872be2263eac1fe3781275acdb3b0 /awk.h | |
parent | d07f0f9df7ea216ca579eed7a9b46d3e168619de (diff) | |
download | gawk-comment.tar.gz |
Redo commenting mechanism.comment
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -530,6 +530,9 @@ typedef struct exp_node { #define adepth sub.nodep.l.ll #define alevel sub.nodep.x.xl +/* Op_comment */ +#define comment_type sub.val.idx + /* --------------------------------lint warning types----------------------------*/ typedef enum lintvals { LINT_illegal, @@ -794,6 +797,9 @@ typedef struct exp_instruction { /* Op_arrayfor_incr */ #define array_var x.xn +/* Op_comment */ +#define comment_text x.xn + /* Op_line_range */ #define triggered x.xl |