another attempt to fix parser compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -83,7 +83,7 @@ expr : WORD OPEN arglist CLOSE
|
|||||||
;
|
;
|
||||||
|
|
||||||
arglist :
|
arglist :
|
||||||
{$$ = NULL;}
|
{$$ = proio_cons(NULL, NULL);}
|
||||||
| arg
|
| arg
|
||||||
{$$ = proio_cons($1, NULL);}
|
{$$ = proio_cons($1, NULL);}
|
||||||
|
|
|
|
||||||
|
Reference in New Issue
Block a user