diff -ru orafce-HEAD-36ccc5b/plvlex.h orafce-HEAD-36ccc5b-mod/plvlex.h --- orafce-HEAD-36ccc5b/plvlex.h 2012-08-28 09:34:47.000000000 -0400 +++ orafce-HEAD-36ccc5b-mod/plvlex.h 2013-08-08 09:24:00.209114601 -0400 @@ -8,3 +8,5 @@ char *modificator; char *classname; } orafce_lexnode; + +#define YYPARSE_PARAM result /* need this to pass a pointer (void *) to yyparse */ diff -ru orafce-HEAD-36ccc5b/sqlparse.y orafce-HEAD-36ccc5b-mod/sqlparse.y --- orafce-HEAD-36ccc5b/sqlparse.y 2012-08-28 09:34:47.000000000 -0400 +++ orafce-HEAD-36ccc5b-mod/sqlparse.y 2013-08-08 09:24:15.353229493 -0400 @@ -1,6 +1,5 @@ %{ -#define YYPARSE_PARAM result /* need this to pass a pointer (void *) to yyparse */ #define YYDEBUG 1 #define YYLLOC_DEFAULT(Current, Rhs, N) \