aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/unixODBC/files/patch-yac.y11
1 files changed, 11 insertions, 0 deletions
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 ); }