aboutsummaryrefslogtreecommitdiff
path: root/table.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1993-12-22 19:15:16 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1993-12-22 19:15:16 -0200
commit72f67fa810715220c1134a345903146569417190 (patch)
tree549f38de6e29fea1f199594998a7a37d7529566d /table.h
parent856004214fdd2ee7380f423cc428b123b89786f6 (diff)
downloadlua-72f67fa810715220c1134a345903146569417190.tar.gz
lua-72f67fa810715220c1134a345903146569417190.tar.bz2
lua-72f67fa810715220c1134a345903146569417190.zip
eliminacao da funcao findenclosedconstant, cuja tarefa agora
e' realizada pelo analizador lexico
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);