From f00d692445fdc567525dc525ec44228876ce830c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 15 Jan 1997 14:11:37 -0200 Subject: small correction to avoid "wrong" default action --- lua.stx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua.stx b/lua.stx index a90f5690..79b94e7f 100644 --- a/lua.stx +++ b/lua.stx @@ -1,6 +1,6 @@ %{ -char *rcs_luastx = "$Id: lua.stx,v 3.40 1996/09/25 21:52:00 roberto Exp roberto $"; +char *rcs_luastx = "$Id: lua.stx,v 3.41 1996/11/08 12:49:35 roberto Exp roberto $"; #include #include @@ -540,7 +540,7 @@ stat : IF expr1 THEN PrepJump block PrepJump elsepart END lua_codeadjust (0); } } - | functioncall + | functioncall {;} | LOCAL localdeclist decinit { nlocalvar += $2; adjust_mult_assign($2, $3, 0); -- cgit v1.2.3-55-g6feb