mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
massive sync up of my code to CVS. not sure what changed.
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include "mdbsql.h"
|
||||
#include "parser.h"
|
||||
|
||||
extern MdbSQL *g_sql;
|
||||
%}
|
||||
|
||||
%%
|
||||
@@ -49,6 +48,10 @@ like { return LIKE; }
|
||||
. { return yytext[0]; }
|
||||
%%
|
||||
|
||||
int yywrap()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
void yyerror(char *s)
|
||||
{
|
||||
fprintf(stderr,"Error at Line : %s near %s\n", s, yytext);
|
||||
|
||||
Reference in New Issue
Block a user