diff options
Diffstat (limited to 'lua.stx')
-rw-r--r-- | lua.stx | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,12 +1,13 @@ | |||
1 | %{ | 1 | %{ |
2 | /* | 2 | /* |
3 | ** $Id: lua.stx,v 1.15 1997/10/28 17:26:53 roberto Exp roberto $ | 3 | ** $Id: lua.stx,v 1.16 1997/10/30 18:47:19 roberto Exp roberto $ |
4 | ** Syntax analizer and code generator | 4 | ** Syntax analizer and code generator |
5 | ** See Copyright Notice in lua.h | 5 | ** See Copyright Notice in lua.h |
6 | */ | 6 | */ |
7 | 7 | ||
8 | 8 | ||
9 | #include <stdlib.h> | 9 | #include <stdlib.h> |
10 | #include <string.h> | ||
10 | 11 | ||
11 | #include "lauxlib.h" | 12 | #include "lauxlib.h" |
12 | #include "ldo.h" | 13 | #include "ldo.h" |