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