summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-12-10 17:44:23 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-12-10 17:44:23 +0000
commit20bc6e2cc131fbcaae7d753835c92c8340ffd6bc (patch)
tree6faeb5587a831e81d7e09cf1c459478b4b73e2f1 /palm
parentFix Build with recent bison (diff)
Fix Build with recent bison ,
PR: 45951 Submitted by: Pat Lashley <patl+freebsd@volant.org>
Notes
Notes: svn path=/head/; revision=71508
Diffstat (limited to 'palm')
-rw-r--r--palm/coldsync/files/patch-parser.y34
1 files changed, 34 insertions, 0 deletions
diff --git a/palm/coldsync/files/patch-parser.y b/palm/coldsync/files/patch-parser.y
new file mode 100644
index 000000000000..1ebfd0fe8670
--- /dev/null
+++ b/palm/coldsync/files/patch-parser.y
@@ -0,0 +1,34 @@
+--- src/parser.y~ Tue Feb 20 06:04:15 2001
++++ src/parser.y Mon Dec 2 18:32:28 2002
+@@ -1003,6 +1003,7 @@
+ {
+ $$ = NULL;
+ }
++ ;
+
+ /* XXX - Added in 1.1.10, Sat May 20 14:21:43 2000. Make the colon
+ * mandatory at some point.
+@@ -1028,6 +1029,7 @@
+ ANOTHER_ERROR;
+ Error(_("\tMissing ':'."));
+ }
++ ;
+
+
+ open_brace: '{'
+@@ -1036,6 +1038,7 @@
+ ANOTHER_ERROR;
+ Error(_("\tMissing '{'."));
+ }
++ ;
+
+ semicolon: ';'
+ | error
+@@ -1043,6 +1046,7 @@
+ ANOTHER_ERROR;
+ Error(_("\tMissing ';'."));
+ }
++ ;
+
+ %%
+