diff options
Diffstat (limited to 'lexer.h')
-rw-r--r-- | lexer.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -127,12 +127,6 @@ typedef struct { } uc_token; typedef struct { - bool lstrip_blocks; - bool trim_blocks; - bool strict_declarations; -} uc_parse_config; - -typedef struct { uc_lex_state_t state; uc_parse_config *config; uc_source *source; |