This commit is contained in:
Roberto Ierusalimschy
2006-01-10 10:50:00 -02:00
parent bfdcbbcd76
commit dd1221582b
5 changed files with 16 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lobject.c,v 2.19 2005/10/24 17:37:52 roberto Exp roberto $
** $Id: lobject.c,v 2.20 2005/12/22 16:19:56 roberto Exp roberto $
** Some generic functions over Lua objects
** See Copyright Notice in lua.h
*/
@@ -24,7 +24,7 @@
const TValue luaO_nilobject = {{NULL}, LUA_TNIL};
const TValue luaO_nilobject_ = {{NULL}, LUA_TNIL};
/*