From 0b110f7922b2e5c066f3b10f50e4d1079ccd7f93 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 13 Feb 1997 14:18:39 -0200 Subject: small syntax error (yacc does not complain, but bison does). --- lua.stx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua.stx b/lua.stx index 61939628..d803d4ba 100644 --- 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 #include @@ -459,7 +459,7 @@ void lua_parse (TFunc *tf) %% /* beginning of rules section */ -chunk : chunklist ret +chunk : chunklist ret ; chunklist : /* empty */ | chunklist stat sc -- cgit v1.2.3-55-g6feb