diff options
Diffstat (limited to 'bitbake/lib/bb/parse/parse_c/lexerc.h')
| -rw-r--r-- | bitbake/lib/bb/parse/parse_c/lexerc.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/bitbake/lib/bb/parse/parse_c/lexerc.h b/bitbake/lib/bb/parse/parse_c/lexerc.h deleted file mode 100644 index c8a19fb222..0000000000 --- a/bitbake/lib/bb/parse/parse_c/lexerc.h +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | |||
| 2 | #ifndef LEXERC_H | ||
| 3 | #define LEXERC_H | ||
| 4 | |||
| 5 | #include <stdio.h> | ||
| 6 | |||
| 7 | extern int lineError; | ||
| 8 | extern int errorParse; | ||
| 9 | |||
| 10 | typedef struct { | ||
| 11 | void *parser; | ||
| 12 | void *scanner; | ||
| 13 | FILE *file; | ||
| 14 | char *name; | ||
| 15 | PyObject *data; | ||
| 16 | int config; | ||
| 17 | } lex_t; | ||
| 18 | |||
| 19 | #endif | ||
