diff options
Diffstat (limited to 'lstring.c')
| -rw-r--r-- | lstring.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lstring.c,v 1.60 2001/02/22 17:15:18 roberto Exp roberto $ | 2 | ** $Id: lstring.c,v 1.61 2001/02/23 17:17:25 roberto Exp roberto $ |
| 3 | ** String table (keeps all strings handled by Lua) | 3 | ** String table (keeps all strings handled by Lua) |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -7,6 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | #include <string.h> | 8 | #include <string.h> |
| 9 | 9 | ||
| 10 | #define LUA_PRIVATE | ||
| 10 | #include "lua.h" | 11 | #include "lua.h" |
| 11 | 12 | ||
| 12 | #include "lmem.h" | 13 | #include "lmem.h" |
