From 7614b17e85b00b3aaeb282011414a3e533cc9499 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 24 Jul 1996 11:38:12 -0300 Subject: very small corrections --- lua.stx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua.stx b/lua.stx index 5982a5a7..6032b993 100644 --- a/lua.stx +++ b/lua.stx @@ -1,6 +1,6 @@ %{ -char *rcs_luastx = "$Id: lua.stx,v 3.36 1996/03/21 16:31:32 roberto Exp roberto $"; +char *rcs_luastx = "$Id: lua.stx,v 3.37 1996/05/28 21:07:32 roberto Exp roberto $"; #include #include @@ -591,6 +591,7 @@ PrepJump : /* empty */ code_byte(0); /* open space */ code_word (0); } + ; expr1 : expr { adjust_functioncall($1, 1); } ; @@ -700,6 +701,7 @@ parlist1 : par { $$ = $1; } par : NAME { add_localvar($1); $$ = 0; } | DOTS { $$ = 1; } + ; fieldlist : lfieldlist { flush_list($1/FIELDS_PER_FLUSH, $1%FIELDS_PER_FLUSH); } -- cgit v1.2.3-55-g6feb