From 20bc6e2cc131fbcaae7d753835c92c8340ffd6bc Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Tue, 10 Dec 2002 17:44:23 +0000 Subject: Fix Build with recent bison , PR: 45951 Submitted by: Pat Lashley --- palm/coldsync/files/patch-parser.y | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 palm/coldsync/files/patch-parser.y (limited to 'palm') 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 ';'.")); + } ++ ; + + %% + -- cgit v1.2.3