From 6928d673c9e7116253c15109dabcfff447d968cd Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Tue, 10 Dec 2002 17:34:48 +0000 Subject: Fix Build with recent bison PR: 46057 Submitted by: Aries --- databases/unixODBC/files/patch-yac.y | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/unixODBC/files/patch-yac.y (limited to 'databases/unixODBC') diff --git a/databases/unixODBC/files/patch-yac.y b/databases/unixODBC/files/patch-yac.y new file mode 100644 index 000000000000..6cae9498b410 --- /dev/null +++ b/databases/unixODBC/files/patch-yac.y @@ -0,0 +1,11 @@ +--- sqp/yac.y.orig Tue Dec 10 18:24:32 2002 ++++ sqp/yac.y Tue Dec 10 18:24:55 2002 +@@ -214,7 +214,7 @@ + y_escape: + /* optional */ { $$ = NULL; } + | ESCAPE STRING { $$ = $2; } +- ++ ; + y_comparisons: + y_comparisons OR y_comparisons { $$ = sqpStoreCond( sqpor, $1, $3, NULL ); } + | y_comparisons AND y_comparisons { $$ = sqpStoreCond( sqpand, $1, $3, NULL ); } -- cgit v1.2.3