diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1993-12-22 19:15:16 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1993-12-22 19:15:16 -0200 |
commit | 72f67fa810715220c1134a345903146569417190 (patch) | |
tree | 549f38de6e29fea1f199594998a7a37d7529566d /table.h | |
parent | 856004214fdd2ee7380f423cc428b123b89786f6 (diff) | |
download | lua-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.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: $ | 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 | ||
28 | int lua_findsymbol (char *s); | 28 | int lua_findsymbol (char *s); |
29 | int lua_findenclosedconstant (char *s); | ||
30 | int lua_findconstant (char *s); | 29 | int lua_findconstant (char *s); |
31 | void lua_markobject (Object *o); | 30 | void lua_markobject (Object *o); |
32 | char *lua_createstring (char *s); | 31 | char *lua_createstring (char *s); |