diff options
-rw-r--r-- | x11-toolkits/wxgtk/files/patch-src::common::parser.y | 10 | ||||
-rw-r--r-- | x11-toolkits/wxgtk24/files/patch-src::common::parser.y | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk/files/patch-src::common::parser.y b/x11-toolkits/wxgtk/files/patch-src::common::parser.y new file mode 100644 index 000000000000..6aa71425b018 --- /dev/null +++ b/x11-toolkits/wxgtk/files/patch-src::common::parser.y @@ -0,0 +1,10 @@ +--- src/common/parser.y.orig Fri Jan 4 07:47:57 2002 ++++ src/common/parser.y Sat Dec 14 14:49:19 2002 +@@ -98,6 +98,7 @@ + free($1); } + | arg1 + {$$ = $1; } ++ ; + + arg1 : WORD + {$$ = wxmake_word($1); free($1);} diff --git a/x11-toolkits/wxgtk24/files/patch-src::common::parser.y b/x11-toolkits/wxgtk24/files/patch-src::common::parser.y new file mode 100644 index 000000000000..6aa71425b018 --- /dev/null +++ b/x11-toolkits/wxgtk24/files/patch-src::common::parser.y @@ -0,0 +1,10 @@ +--- src/common/parser.y.orig Fri Jan 4 07:47:57 2002 ++++ src/common/parser.y Sat Dec 14 14:49:19 2002 +@@ -98,6 +98,7 @@ + free($1); } + | arg1 + {$$ = $1; } ++ ; + + arg1 : WORD + {$$ = wxmake_word($1); free($1);} |