summaryrefslogtreecommitdiff
path: root/table.h
diff options
context:
space:
mode:
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 1941fb28..ca246dc6 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: $ 4** $Id: table.h,v 1.1 1993/12/17 18:41:19 celes Exp roberto $
5*/ 5*/
6 6
7#ifndef table_h 7#ifndef table_h
@@ -26,7 +26,6 @@ extern int lua_nfile;
26 26
27 27
28int lua_findsymbol (char *s); 28int lua_findsymbol (char *s);
29int lua_findenclosedconstant (char *s);
30int lua_findconstant (char *s); 29int lua_findconstant (char *s);
31void lua_markobject (Object *o); 30void lua_markobject (Object *o);
32char *lua_createstring (char *s); 31char *lua_createstring (char *s);