aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-05-26 11:42:36 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-05-26 11:42:36 -0300
commit9d6f4e48a663691cdf1612f14ca7c66b608f98f7 (patch)
treef850ef663673bf6748bf4ff3f58bbad43c276781
parentb546a042e8120adf572aa80e5b2b48c1a19ca0fa (diff)
downloadlua-9d6f4e48a663691cdf1612f14ca7c66b608f98f7.tar.gz
lua-9d6f4e48a663691cdf1612f14ca7c66b608f98f7.tar.bz2
lua-9d6f4e48a663691cdf1612f14ca7c66b608f98f7.zip
unused declaration.
-rw-r--r--table.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/table.h b/table.h
index c2af9621..99d6fe91 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.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);
33TaggedString *luaI_createfixedstring (char *str); 33TaggedString *luaI_createfixedstring (char *str);
34int lua_markobject (TObject *o); 34int lua_markobject (TObject *o);
35int luaI_ismarked (TObject *o); 35int luaI_ismarked (TObject *o);
36Long luaI_collectgarbage (void);
37void lua_pack (void); 36void lua_pack (void);
38 37
39 38