summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-07-31 19:36:23 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-07-31 19:36:23 +0000
commitab2eb357bf868ef9ff99b5c9fed29e087813912c (patch)
tree97656b4b9276d435776ad6d93e9f1ff94c5c2dd8 /dev-db/unixODBC/files
parentfix bug 25639: use exuberant-ctags (diff)
downloadhistorical-ab2eb357bf868ef9ff99b5c9fed29e087813912c.tar.gz
historical-ab2eb357bf868ef9ff99b5c9fed29e087813912c.tar.bz2
historical-ab2eb357bf868ef9ff99b5c9fed29e087813912c.zip
added Bernd Wollny's yac fix #23609
Diffstat (limited to 'dev-db/unixODBC/files')
-rw-r--r--dev-db/unixODBC/files/gentoo-yac.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-db/unixODBC/files/gentoo-yac.diff b/dev-db/unixODBC/files/gentoo-yac.diff
new file mode 100644
index 000000000000..4d2546f614d6
--- /dev/null
+++ b/dev-db/unixODBC/files/gentoo-yac.diff
@@ -0,0 +1,10 @@
+--- sqp/yac.y.orig 2003-06-27 20:34:17.000000000 +0200
++++ sqp/yac.y 2003-06-27 20:34:40.000000000 +0200
+@@ -214,6 +214,7 @@
+ y_escape:
+ /* optional */ { $$ = NULL; }
+ | ESCAPE STRING { $$ = $2; }
++;
+
+ y_comparisons:
+ y_comparisons OR y_comparisons { $$ = sqpStoreCond( sqpor, $1, $3, NULL ); }