aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua.stx4
1 files 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 @@
1%{ 1%{
2 2
3char *rcs_luastx = "$Id: lua.stx,v 3.42 1997/01/15 16:11:37 roberto Exp roberto $"; 3char *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
462chunk : chunklist ret 462chunk : chunklist ret ;
463 463
464chunklist : /* empty */ 464chunklist : /* empty */
465 | chunklist stat sc 465 | chunklist stat sc