"global" version of a nil object.

This commit is contained in:
Roberto Ierusalimschy
1997-11-03 18:45:23 -02:00
parent b7567b6673
commit 7135803cc8
4 changed files with 13 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lobject.h,v 1.6 1997/10/23 16:26:37 roberto Exp roberto $
** $Id: lobject.h,v 1.7 1997/10/24 17:17:24 roberto Exp roberto $
** Type definitions for Lua objects
** See Copyright Notice in lua.h
*/
@@ -166,6 +166,8 @@ extern unsigned long luaO_nblocks;
extern char *luaO_typenames[];
extern TObject luaO_nilobject;
int luaO_equalObj (TObject *t1, TObject *t2);
int luaO_redimension (int oldsize);
int luaO_findstring (char *name, char *list[]);