diff options
Diffstat (limited to 'lobject.c')
-rw-r--r-- | lobject.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.c,v 2.19 2005/10/24 17:37:52 roberto Exp roberto $ | 2 | ** $Id: lobject.c,v 2.20 2005/12/22 16:19:56 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 | */ |
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | 25 | ||
26 | 26 | ||
27 | const TValue luaO_nilobject = {{NULL}, LUA_TNIL}; | 27 | const TValue luaO_nilobject_ = {{NULL}, LUA_TNIL}; |
28 | 28 | ||
29 | 29 | ||
30 | /* | 30 | /* |