summaryrefslogtreecommitdiff
blob: 4d2546f614d6d15bf37e9245d36ae567f17f00e2 (plain)
1
2
3
4
5
6
7
8
9
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 ); }