diff options
Diffstat (limited to 'lua.stx')
-rw-r--r-- | lua.stx | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | %{ | 1 | %{ |
2 | 2 | ||
3 | char *rcs_luastx = "$Id: lua.stx,v 3.29 1996/02/07 18:10:27 roberto Exp roberto $"; | 3 | char *rcs_luastx = "$Id: lua.stx,v 3.30 1996/02/12 18:32:40 roberto Exp roberto $"; |
4 | 4 | ||
5 | #include <stdio.h> | 5 | #include <stdio.h> |
6 | #include <stdlib.h> | 6 | #include <stdlib.h> |
@@ -8,6 +8,7 @@ char *rcs_luastx = "$Id: lua.stx,v 3.29 1996/02/07 18:10:27 roberto Exp roberto | |||
8 | 8 | ||
9 | #include "luadebug.h" | 9 | #include "luadebug.h" |
10 | #include "mem.h" | 10 | #include "mem.h" |
11 | #include "lex.h" | ||
11 | #include "opcode.h" | 12 | #include "opcode.h" |
12 | #include "hash.h" | 13 | #include "hash.h" |
13 | #include "inout.h" | 14 | #include "inout.h" |