fix dolphin back-quote bug
This commit is contained in:
committed by
zhang_xubo
parent
02a2071a65
commit
e7506870c7
@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user