summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/parse_c/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/parse/parse_c/lexer.h')
-rw-r--r--lib/bb/parse/parse_c/lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/parse/parse_c/lexer.h b/lib/bb/parse/parse_c/lexer.h
index 91cd1c073..cb32be703 100644
--- a/lib/bb/parse/parse_c/lexer.h
+++ b/lib/bb/parse/parse_c/lexer.h
@@ -34,6 +34,7 @@ struct lex_t {
FILE* file;
char *name;
PyObject *data;
+ int config;
void* (*parse)(void*, int, token_t, lex_t*);