tags T_NIL, etc, changed to LUA_T_NIL, etc
some lua_ functions changed form opcode.c to here
This commit is contained in:
7
inout.h
7
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
|
||||
|
||||
Reference in New Issue
Block a user