diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-01-15 14:11:37 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-01-15 14:11:37 -0200 |
commit | f00d692445fdc567525dc525ec44228876ce830c (patch) | |
tree | 3a7ea0de1c1a0826413c78ac8eb4926eb0cee58f | |
parent | d8b0bbb2ada3b4ffa59888f740f9a8d7c3eef8f7 (diff) | |
download | lua-f00d692445fdc567525dc525ec44228876ce830c.tar.gz lua-f00d692445fdc567525dc525ec44228876ce830c.tar.bz2 lua-f00d692445fdc567525dc525ec44228876ce830c.zip |
small correction to avoid "wrong" default action
-rw-r--r-- | lua.stx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | %{ | 1 | %{ |
2 | 2 | ||
3 | char *rcs_luastx = "$Id: lua.stx,v 3.40 1996/09/25 21:52:00 roberto Exp roberto $"; | 3 | char *rcs_luastx = "$Id: lua.stx,v 3.41 1996/11/08 12:49:35 roberto Exp roberto $"; |
4 | 4 | ||
5 | #include <stdio.h> | 5 | #include <stdio.h> |
6 | #include <stdlib.h> | 6 | #include <stdlib.h> |
@@ -540,7 +540,7 @@ stat : IF expr1 THEN PrepJump block PrepJump elsepart END | |||
540 | lua_codeadjust (0); | 540 | lua_codeadjust (0); |
541 | } | 541 | } |
542 | } | 542 | } |
543 | | functioncall | 543 | | functioncall {;} |
544 | | LOCAL localdeclist decinit | 544 | | LOCAL localdeclist decinit |
545 | { nlocalvar += $2; | 545 | { nlocalvar += $2; |
546 | adjust_mult_assign($2, $3, 0); | 546 | adjust_mult_assign($2, $3, 0); |