summaryrefslogtreecommitdiff
path: root/table.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-16 14:03:48 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-16 14:03:48 -0200
commit94686ce58554a80374eeff115ee5b87c184ed173 (patch)
tree9b41f32a05a41f7063df180015c13c5d9ae1d4a0 /table.h
parent86b35cf4f6a824880239069d0afe282e95806aaa (diff)
downloadlua-94686ce58554a80374eeff115ee5b87c184ed173.tar.gz
lua-94686ce58554a80374eeff115ee5b87c184ed173.tar.bz2
lua-94686ce58554a80374eeff115ee5b87c184ed173.zip
correction of function 'nextvar'
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 423ba3dd..1433814d 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.4 1994/11/03 21:48:36 roberto Exp roberto $ 4** $Id: table.h,v 2.5 1994/11/14 21:40:14 roberto Exp roberto $
5*/ 5*/
6 6
7#ifndef table_h 7#ifndef table_h
@@ -31,6 +31,5 @@ char *lua_createstring (char *s);
31char *lua_addfile (char *fn); 31char *lua_addfile (char *fn);
32int lua_delfile (void); 32int lua_delfile (void);
33char *lua_filename (void); 33char *lua_filename (void);
34void lua_nextvar (void);
35 34
36#endif 35#endif