summaryrefslogtreecommitdiff
path: root/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'table.h')
-rw-r--r--table.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/table.h b/table.h
index de942458..bfe1a6be 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.19 1996/02/26 21:00:27 roberto Exp roberto $ 4** $Id: table.h,v 2.20 1996/03/14 15:57:19 roberto Exp roberto $
5*/ 5*/
6 6
7#ifndef table_h 7#ifndef table_h
@@ -30,6 +30,7 @@ Word luaI_findconstant (TaggedString *t);
30Word luaI_findconstantbyname (char *name); 30Word luaI_findconstantbyname (char *name);
31TaggedString *luaI_createfixedstring (char *str); 31TaggedString *luaI_createfixedstring (char *str);
32int lua_markobject (Object *o); 32int lua_markobject (Object *o);
33int luaI_ismarked (Object *o);
33Long luaI_collectgarbage (void); 34Long luaI_collectgarbage (void);
34void lua_pack (void); 35void lua_pack (void);
35 36