From c9902be294f5c2dca8a67a67fd324f91e4352c0a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 18 Jun 1998 13:57:03 -0300 Subject: "findname" moved from lobject.c to lauxlib.c (so libraries may use it). --- lobject.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index c2fa373a..18cf2097 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.19 1998/05/18 22:26:03 roberto Exp roberto $ +** $Id: lobject.h,v 1.20 1998/06/11 18:21:37 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -196,7 +196,6 @@ extern TObject luaO_nilobject; int luaO_equalObj (TObject *t1, TObject *t2); int luaO_redimension (int oldsize); -int luaO_findstring (char *name, char *list[]); void luaO_insertlist (GCnode *root, GCnode *node); #ifdef OLD_ANSI -- cgit v1.2.3-55-g6feb