fix bison syntax error

This commit is contained in:
Ying-Chieh Liao 2002-12-26 18:36:02 +00:00
parent 0a54af2ae1
commit af349620a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71890

View 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);}