From 68f686414a87a2aebab04bfb7f340e37ccad030b Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 2 Dec 2002 16:52:41 +0000 Subject: Fix build with bison 1.75. Reported by: bento --- x11/xstroke/files/patch-rec_parse.y | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 x11/xstroke/files/patch-rec_parse.y (limited to 'x11') diff --git a/x11/xstroke/files/patch-rec_parse.y b/x11/xstroke/files/patch-rec_parse.y new file mode 100644 index 000000000000..07f32db50578 --- /dev/null +++ b/x11/xstroke/files/patch-rec_parse.y @@ -0,0 +1,17 @@ +--- rec_parse.y.orig Mon Dec 2 11:54:46 2002 ++++ rec_parse.y Mon Dec 2 11:55:02 2002 +@@ -162,12 +162,14 @@ + $$ = $1; + rec_mode_list_append(&$$, $3); + } ++ ; + + mode_id : STRING + { + $$ = rec_get_mode((rec_t *) rec, $1); + free($1); + } ++ ; + + gesture_list : gesture + { -- cgit v1.2.3