error inside an error method could break the stack.
This commit is contained in:
4
opcode.h
4
opcode.h
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
** TeCGraf - PUC-Rio
|
||||
** $Id: opcode.h,v 3.33 1997/04/11 21:34:53 roberto Exp roberto $
|
||||
** $Id: opcode.h,v 3.35 1997/07/03 22:06:06 roberto Exp $
|
||||
*/
|
||||
|
||||
#ifndef opcode_h
|
||||
@@ -168,4 +168,6 @@ void luaI_gcIM (TObject *o);
|
||||
int luaI_dorun (TFunc *tf);
|
||||
int lua_domain (void);
|
||||
|
||||
extern TObject luaI_errorim;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user