diff options
Diffstat (limited to 'ltable.c')
| -rw-r--r-- | ltable.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltable.c,v 1.76 2001/02/20 18:15:33 roberto Exp roberto $ | 2 | ** $Id: ltable.c,v 1.77 2001/02/23 17:17:25 roberto Exp roberto $ |
| 3 | ** Lua tables (hash) | 3 | ** Lua tables (hash) |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -18,6 +18,7 @@ | |||
| 18 | */ | 18 | */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #define LUA_PRIVATE | ||
| 21 | #include "lua.h" | 22 | #include "lua.h" |
| 22 | 23 | ||
| 23 | #include "ldo.h" | 24 | #include "ldo.h" |
