1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-18 18:49:51 +00:00
Files
poky/bitbake/lib/bb/parse/parse_c/lexerc.h
T
2006-05-09 15:44:08 +00:00

18 lines
209 B
C

#ifndef LEXERC_H
#define LEXERC_H
#include <stdio.h>
extern int lineError;
extern int errorParse;
typedef struct {
void *parser;
void *scanner;
FILE *file;
PyObject *data;
} lex_t;
#endif