From ae77864844d6b933eb8be68694cbb8498af165dc Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 2 Nov 1994 18:29:39 -0200 Subject: tags T_NIL, etc, changed to LUA_T_NIL, etc some lua_ functions changed form opcode.c to here --- inout.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'inout.h') diff --git a/inout.h b/inout.h index 2b95a7bf..f8cc0e93 100644 --- a/inout.h +++ b/inout.h @@ -1,5 +1,5 @@ /* -** $Id: inout.h,v 1.1 1993/12/17 18:41:19 celes Exp $ +** $Id: inout.h,v 1.2 1994/10/11 14:38:17 celes Exp roberto $ */ @@ -18,4 +18,9 @@ int lua_pushfunction (char *file, int function); void lua_popfunction (void); void lua_reportbug (char *s); +void lua_internaldofile (void); +void lua_internaldostring (void); +void lua_print (void); +void lua_type (void); + #endif -- cgit v1.2.3-55-g6feb