diff options
Diffstat (limited to 'databases/cstore/patches/patch-ap')
-rw-r--r-- | databases/cstore/patches/patch-ap | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/cstore/patches/patch-ap b/databases/cstore/patches/patch-ap new file mode 100644 index 00000000000..a19289702f8 --- /dev/null +++ b/databases/cstore/patches/patch-ap @@ -0,0 +1,13 @@ +$NetBSD: patch-ap,v 1.1.1.1 2007/11/10 11:33:00 agc Exp $ + +--- src/parser/lexer.l 2007/11/08 11:04:34 1.1 ++++ src/parser/lexer.l 2007/11/08 11:09:26 +@@ -17,6 +17,8 @@ + int lineno = 1; + extern "C" void yyerror(char *s); + ++extern YYSTYPE yylval; ++ + %} + + %% |