fix bison syntax error
This commit is contained in:
parent
0a54af2ae1
commit
af349620a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71890
1 changed files with 10 additions and 0 deletions
10
x11-toolkits/wxgtk-devel/files/patch-parser.y
Normal file
10
x11-toolkits/wxgtk-devel/files/patch-parser.y
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/common/parser.y.orig Wed Dec 18 21:06:41 2002
|
||||
+++ src/common/parser.y Wed Dec 18 21:06:48 2002
|
||||
@@ -97,6 +97,7 @@
|
||||
free($1); }
|
||||
| arg1
|
||||
{$$ = $1; }
|
||||
+ ;
|
||||
|
||||
arg1 : WORD
|
||||
{$$ = wxmake_word($1); free($1);}
|
Loading…
Reference in a new issue