tags T_NIL, etc, changed to LUA_T_NIL, etc

some lua_ functions changed form opcode.c to here
This commit is contained in:
Roberto Ierusalimschy
1994-11-02 18:29:39 -02:00
parent 0162decc58
commit ae77864844
2 changed files with 87 additions and 11 deletions

View File

@@ -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