diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index c0b731b36..47fcdf08b 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1006,6 +1006,7 @@ enum { | |||
1006 | PARSE_MIN_DIE = 0x00100000, // die if less tokens found | 1006 | PARSE_MIN_DIE = 0x00100000, // die if less tokens found |
1007 | // keep a copy of current line | 1007 | // keep a copy of current line |
1008 | PARSE_KEEP_COPY = 0x00200000 * ENABLE_DEBUG_CROND_OPTION, | 1008 | PARSE_KEEP_COPY = 0x00200000 * ENABLE_DEBUG_CROND_OPTION, |
1009 | PARSE_ESCAPE = 0x00400000, // process escape sequences in tokens | ||
1009 | }; | 1010 | }; |
1010 | typedef struct parser_t { | 1011 | typedef struct parser_t { |
1011 | FILE *fp; | 1012 | FILE *fp; |