diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-16 14:03:48 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-16 14:03:48 -0200 |
commit | 94686ce58554a80374eeff115ee5b87c184ed173 (patch) | |
tree | 9b41f32a05a41f7063df180015c13c5d9ae1d4a0 /table.h | |
parent | 86b35cf4f6a824880239069d0afe282e95806aaa (diff) | |
download | lua-94686ce58554a80374eeff115ee5b87c184ed173.tar.gz lua-94686ce58554a80374eeff115ee5b87c184ed173.tar.bz2 lua-94686ce58554a80374eeff115ee5b87c184ed173.zip |
correction of function 'nextvar'
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); | |||
31 | char *lua_addfile (char *fn); | 31 | char *lua_addfile (char *fn); |
32 | int lua_delfile (void); | 32 | int lua_delfile (void); |
33 | char *lua_filename (void); | 33 | char *lua_filename (void); |
34 | void lua_nextvar (void); | ||
35 | 34 | ||
36 | #endif | 35 | #endif |