9 lines
136 B
C
9 lines
136 B
C
#ifndef __SQL_PARSER_STATE__
|
|
#define __SQL_PARSER_STATE__
|
|
|
|
struct psql_state {
|
|
yyscan_t scanner;
|
|
};
|
|
|
|
#endif /* __SQL_PARSER_STATE__ */
|