summaryrefslogtreecommitdiff
path: root/lua.stx
diff options
context:
space:
mode:
Diffstat (limited to 'lua.stx')
-rw-r--r--lua.stx3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua.stx b/lua.stx
index dc44cc12..dfa85990 100644
--- a/lua.stx
+++ b/lua.stx
@@ -1,6 +1,6 @@
1%{ 1%{
2 2
3char *rcs_luastx = "$Id: $"; 3char *rcs_luastx = "$Id: lua.stx,v 1.1 1993/12/17 18:53:07 celes Exp roberto $";
4 4
5#include <stdio.h> 5#include <stdio.h>
6#include <stdlib.h> 6#include <stdlib.h>
@@ -150,6 +150,7 @@ static void code_number (float f)
150 150
151%start functionlist 151%start functionlist
152 152
153%token WRONGTOKEN
153%token NIL 154%token NIL
154%token IF THEN ELSE ELSEIF WHILE DO REPEAT UNTIL END 155%token IF THEN ELSE ELSEIF WHILE DO REPEAT UNTIL END
155%token RETURN 156%token RETURN