diff options
-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.42 1997/01/15 16:11:37 roberto Exp roberto $"; | 3 | char *rcs_luastx = "$Id: lua.stx,v 3.43 1997/01/31 14:27:11 roberto Exp roberto $"; |
4 | 4 | ||
5 | #include <stdio.h> | 5 | #include <stdio.h> |
6 | #include <stdlib.h> | 6 | #include <stdlib.h> |
@@ -459,7 +459,7 @@ void lua_parse (TFunc *tf) | |||
459 | 459 | ||
460 | %% /* beginning of rules section */ | 460 | %% /* beginning of rules section */ |
461 | 461 | ||
462 | chunk : chunklist ret | 462 | chunk : chunklist ret ; |
463 | 463 | ||
464 | chunklist : /* empty */ | 464 | chunklist : /* empty */ |
465 | | chunklist stat sc | 465 | | chunklist stat sc |