error function for Lua

This commit is contained in:
Roberto Ierusalimschy
1994-11-08 18:06:15 -02:00
parent 2cf954b8ae
commit 65f28f0824
2 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: inout.h,v 1.3 1994/11/02 20:29:39 roberto Exp roberto $
** $Id: inout.h,v 1.4 1994/11/03 22:34:29 roberto Exp roberto $
*/
@@ -23,5 +23,6 @@ void lua_internaldostring (void);
void lua_print (void);
void luaI_type (void);
void lua_obj2number (void);
void luaI_error (void);
#endif