diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-05-26 11:42:36 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-05-26 11:42:36 -0300 |
commit | 9d6f4e48a663691cdf1612f14ca7c66b608f98f7 (patch) | |
tree | f850ef663673bf6748bf4ff3f58bbad43c276781 | |
parent | b546a042e8120adf572aa80e5b2b48c1a19ca0fa (diff) | |
download | lua-9d6f4e48a663691cdf1612f14ca7c66b608f98f7.tar.gz lua-9d6f4e48a663691cdf1612f14ca7c66b608f98f7.tar.bz2 lua-9d6f4e48a663691cdf1612f14ca7c66b608f98f7.zip |
unused declaration.
-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.23 1997/03/31 14:02:58 roberto Exp roberto $ | 4 | ** $Id: table.h,v 2.24 1997/04/07 14:48:53 roberto Exp roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -33,7 +33,6 @@ void luaI_nextvar (void); | |||
33 | TaggedString *luaI_createfixedstring (char *str); | 33 | TaggedString *luaI_createfixedstring (char *str); |
34 | int lua_markobject (TObject *o); | 34 | int lua_markobject (TObject *o); |
35 | int luaI_ismarked (TObject *o); | 35 | int luaI_ismarked (TObject *o); |
36 | Long luaI_collectgarbage (void); | ||
37 | void lua_pack (void); | 36 | void lua_pack (void); |
38 | 37 | ||
39 | 38 | ||