diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-04 08:47:49 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-04 08:47:49 -0200 |
commit | 253655ae4b988f93ddfd1e7e06a50a0d57ea1978 (patch) | |
tree | f794c8fdc2921bdd1068ebaf554f69597b811ebd | |
parent | c635044f2f0fc6a3cc19b720668b8bd8f61b5134 (diff) | |
download | lua-253655ae4b988f93ddfd1e7e06a50a0d57ea1978.tar.gz lua-253655ae4b988f93ddfd1e7e06a50a0d57ea1978.tar.bz2 lua-253655ae4b988f93ddfd1e7e06a50a0d57ea1978.zip |
small corrections.
-rw-r--r-- | opcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** TeCGraf - PUC-Rio | 2 | ** TeCGraf - PUC-Rio |
3 | ** $Id: opcode.h,v 2.4 1994/10/17 19:00:40 celes Exp roberto $ | 3 | ** $Id: opcode.h,v 3.1 1994/11/02 20:30:53 roberto Exp roberto $ |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef opcode_h | 6 | #ifndef opcode_h |
@@ -156,8 +156,8 @@ char *lua_strdup (char *l); | |||
156 | 156 | ||
157 | void lua_setinput (Input fn); /* from "lex.c" module */ | 157 | void lua_setinput (Input fn); /* from "lex.c" module */ |
158 | char *lua_lasttext (void); /* from "lex.c" module */ | 158 | char *lua_lasttext (void); /* from "lex.c" module */ |
159 | int yylex (void); /* from "lex.c" module */ | ||
159 | Byte *lua_parse (void); /* from "lua.stx" module */ | 160 | Byte *lua_parse (void); /* from "lua.stx" module */ |
160 | void lua_obj2number (void); | ||
161 | void lua_travstack (void (*fn)(Object *)); | 161 | void lua_travstack (void (*fn)(Object *)); |
162 | 162 | ||
163 | #endif | 163 | #endif |