diff options
Diffstat (limited to 'ltable.c')
-rw-r--r-- | ltable.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltable.c,v 1.33 1999/12/23 18:19:57 roberto Exp roberto $ | 2 | ** $Id: ltable.c,v 1.34 2000/02/08 16:34:31 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 | */ |
@@ -32,7 +32,7 @@ | |||
32 | 32 | ||
33 | 33 | ||
34 | 34 | ||
35 | #define TagDefault LUA_T_ARRAY; | 35 | #define TagDefault LUA_T_ARRAY |
36 | 36 | ||
37 | 37 | ||
38 | 38 | ||