Fix Build with recent bison
PR: 46057 Submitted by: Aries <aries@mindworks.hu>
This commit is contained in:
parent
41d6005f81
commit
6928d673c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71507
11
databases/unixODBC/files/patch-yac.y
Normal file
11
databases/unixODBC/files/patch-yac.y
Normal file
@ -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 ); }
|
Loading…
Reference in New Issue
Block a user