#ifndef __SQL_PARSER_STATE__ #define __SQL_PARSER_STATE__ struct psql_state { yyscan_t scanner; }; #endif /* __SQL_PARSER_STATE__ */