fix dolphin back-quote bug

This commit is contained in:
chenxiaobin19
2023-05-13 16:57:10 +08:00
committed by zhang_xubo
parent 02a2071a65
commit e7506870c7
7 changed files with 41 additions and 13 deletions

View File

@ -162,5 +162,7 @@ extern int scanner_errposition(int location, core_yyscan_t yyscanner);
extern void scanner_yyerror(const char* message, core_yyscan_t yyscanner);
extern void addErrorList(const char* message, int lines);
typedef int (*coreYYlexFunc)(core_YYSTYPE* lvalp, YYLTYPE* llocp, core_yyscan_t yyscanner);
#endif /* SCANNER_H */