lock/unlock may use L + better structure for internal debug stuff

This commit is contained in:
Roberto Ierusalimschy
2001-02-02 13:13:05 -02:00
parent 8823f371a2
commit 426d3e43bd
12 changed files with 213 additions and 224 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lobject.c,v 1.62 2001/01/26 14:16:35 roberto Exp roberto $
** $Id: lobject.c,v 1.63 2001/01/29 19:34:02 roberto Exp roberto $
** Some generic functions over Lua objects
** See Copyright Notice in lua.h
*/
@@ -19,8 +19,7 @@
const char luaO_ttnil = LUA_TNIL;
const TObject luaO_nilobject = {LUA_TNIL, {(void *)&luaO_ttnil}};
const TObject luaO_nilobject = {LUA_TNIL, {NULL}};
/*