aboutsummaryrefslogtreecommitdiff
path: root/inout.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-02 18:29:39 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-02 18:29:39 -0200
commitae77864844d6b933eb8be68694cbb8498af165dc (patch)
tree1539becf8867562ebad1173d1aa129341bd68c94 /inout.h
parent0162decc58cca093a7deeec6651718a5d301468b (diff)
downloadlua-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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/inout.h b/inout.h
index 2b95a7bf..f8cc0e93 100644
--- a/inout.h
+++ b/inout.h
@@ -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);
18void lua_popfunction (void); 18void lua_popfunction (void);
19void lua_reportbug (char *s); 19void lua_reportbug (char *s);
20 20
21void lua_internaldofile (void);
22void lua_internaldostring (void);
23void lua_print (void);
24void lua_type (void);
25
21#endif 26#endif