diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-02 18:29:39 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-02 18:29:39 -0200 |
commit | ae77864844d6b933eb8be68694cbb8498af165dc (patch) | |
tree | 1539becf8867562ebad1173d1aa129341bd68c94 /inout.h | |
parent | 0162decc58cca093a7deeec6651718a5d301468b (diff) | |
download | lua-ae77864844d6b933eb8be68694cbb8498af165dc.tar.gz lua-ae77864844d6b933eb8be68694cbb8498af165dc.tar.bz2 lua-ae77864844d6b933eb8be68694cbb8498af165dc.zip |
tags T_NIL, etc, changed to LUA_T_NIL, etc
some lua_ functions changed form opcode.c to here
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: inout.h,v 1.1 1993/12/17 18:41:19 celes Exp $ | 2 | ** $Id: inout.h,v 1.2 1994/10/11 14:38:17 celes Exp roberto $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | 5 | ||
@@ -18,4 +18,9 @@ int lua_pushfunction (char *file, int function); | |||
18 | void lua_popfunction (void); | 18 | void lua_popfunction (void); |
19 | void lua_reportbug (char *s); | 19 | void lua_reportbug (char *s); |
20 | 20 | ||
21 | void lua_internaldofile (void); | ||
22 | void lua_internaldostring (void); | ||
23 | void lua_print (void); | ||
24 | void lua_type (void); | ||
25 | |||
21 | #endif | 26 | #endif |