diff options
Diffstat (limited to 'lobject.c')
-rw-r--r-- | lobject.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.c,v 1.62 2001/01/26 14:16:35 roberto Exp roberto $ | 2 | ** $Id: lobject.c,v 1.63 2001/01/29 19:34:02 roberto Exp roberto $ |
3 | ** Some generic functions over Lua objects | 3 | ** Some generic functions over Lua objects |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -19,8 +19,7 @@ | |||
19 | 19 | ||
20 | 20 | ||
21 | 21 | ||
22 | const char luaO_ttnil = LUA_TNIL; | 22 | const TObject luaO_nilobject = {LUA_TNIL, {NULL}}; |
23 | const TObject luaO_nilobject = {LUA_TNIL, {(void *)&luaO_ttnil}}; | ||
24 | 23 | ||
25 | 24 | ||
26 | /* | 25 | /* |