From 73664eb7399655e7cf65132c91a1aa16191a1667 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 18 Nov 1994 17:27:38 -0200 Subject: function 'lua_createstring' moved from table.c to tree.c --- table.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'table.h') diff --git a/table.h b/table.h index 1cc3fcca..0c2f0c0a 100644 --- a/table.h +++ b/table.h @@ -1,7 +1,7 @@ /* ** Module to control static tables ** TeCGraf - PUC-Rio -** $Id: table.h,v 2.6 1994/11/16 16:03:48 roberto Exp roberto $ +** $Id: table.h,v 2.7 1994/11/17 13:58:57 roberto Exp roberto $ */ #ifndef table_h @@ -23,7 +23,6 @@ int luaI_findconstant (TreeNode *t); void lua_travsymbol (void (*fn)(Object *)); void lua_markobject (Object *o); void lua_pack (void); -char *lua_createstring (char *s); char *lua_addfile (char *fn); int lua_delfile (void); char *lua_filename (void); -- cgit v1.2.3-55-g6feb