summaryrefslogtreecommitdiff
path: root/table.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-18 17:27:38 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-18 17:27:38 -0200
commit73664eb7399655e7cf65132c91a1aa16191a1667 (patch)
tree733f88cc9444c2563989a1dd404c62c617dee926 /table.h
parentfeed56a01ccb9ca99271e0feca79f71aa5c38f8e (diff)
downloadlua-73664eb7399655e7cf65132c91a1aa16191a1667.tar.gz
lua-73664eb7399655e7cf65132c91a1aa16191a1667.tar.bz2
lua-73664eb7399655e7cf65132c91a1aa16191a1667.zip
function 'lua_createstring' moved from table.c to tree.c
Diffstat (limited to 'table.h')
-rw-r--r--table.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/table.h b/table.h
index 1cc3fcca..0c2f0c0a 100644
--- a/table.h
+++ b/table.h
@@ -1,7 +1,7 @@
1/* 1/*
2** Module to control static tables 2** Module to control static tables
3** TeCGraf - PUC-Rio 3** TeCGraf - PUC-Rio
4** $Id: table.h,v 2.6 1994/11/16 16:03:48 roberto Exp roberto $ 4** $Id: table.h,v 2.7 1994/11/17 13:58:57 roberto Exp roberto $
5*/ 5*/
6 6
7#ifndef table_h 7#ifndef table_h
@@ -23,7 +23,6 @@ int luaI_findconstant (TreeNode *t);
23void lua_travsymbol (void (*fn)(Object *)); 23void lua_travsymbol (void (*fn)(Object *));
24void lua_markobject (Object *o); 24void lua_markobject (Object *o);
25void lua_pack (void); 25void lua_pack (void);
26char *lua_createstring (char *s);
27char *lua_addfile (char *fn); 26char *lua_addfile (char *fn);
28int lua_delfile (void); 27int lua_delfile (void);
29char *lua_filename (void); 28char *lua_filename (void);