commit 0b110f7922b2e5c066f3b10f50e4d1079ccd7f93
parent 205ee1ec84c0f0e9c2df923fdcfa29207e8e72b3
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Thu, 13 Feb 1997 14:18:19 -0200
small syntax error (yacc does not complain, but bison does).
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lua.stx b/lua.stx
@@ -1,6 +1,6 @@
%{
-char *rcs_luastx = "$Id: lua.stx,v 3.42 1997/01/15 16:11:37 roberto Exp roberto $";
+char *rcs_luastx = "$Id: lua.stx,v 3.43 1997/01/31 14:27:11 roberto Exp roberto $";
#include <stdio.h>
#include <stdlib.h>
@@ -459,7 +459,7 @@ void lua_parse (TFunc *tf)
%% /* beginning of rules section */
-chunk : chunklist ret
+chunk : chunklist ret ;
chunklist : /* empty */
| chunklist stat sc