summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_c/lexerc.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/parse/parse_c/lexerc.h')
-rw-r--r--bitbake/lib/bb/parse/parse_c/lexerc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/parse/parse_c/lexerc.h b/bitbake/lib/bb/parse/parse_c/lexerc.h
index 0163a7d632..c8a19fb222 100644
--- a/bitbake/lib/bb/parse/parse_c/lexerc.h
+++ b/bitbake/lib/bb/parse/parse_c/lexerc.h
@@ -11,7 +11,9 @@ typedef struct {
11 void *parser; 11 void *parser;
12 void *scanner; 12 void *scanner;
13 FILE *file; 13 FILE *file;
14 char *name;
14 PyObject *data; 15 PyObject *data;
16 int config;
15} lex_t; 17} lex_t;
16 18
17#endif 19#endif