diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-02 20:41:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-02 20:41:40 +0300 |
commit | ef5a30e67615e1acc931e2f542b09f114ba30a97 (patch) | |
tree | 6f99a27e320b0a90830475bb53afcdae050726ab /awk.h | |
parent | 0b5a1bcd8b7189cb2d3048ef8e8d39dd33e2bec6 (diff) | |
parent | 48f02e6672003d218d4c0348a6add7931522603b (diff) | |
download | egawk-ef5a30e67615e1acc931e2f542b09f114ba30a97.tar.gz egawk-ef5a30e67615e1acc931e2f542b09f114ba30a97.tar.bz2 egawk-ef5a30e67615e1acc931e2f542b09f114ba30a97.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1318,8 +1318,10 @@ DEREF(NODE *r) #define make_string(s, l) make_str_node((s), (l), 0) +// Flags for making string nodes #define SCAN 1 #define ALREADY_MALLOCED 2 +#define ELIDE_BACK_NL 4 #define cant_happen() r_fatal("internal error line %d, file: %s", \ __LINE__, __FILE__) |