1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

error inside an error method could break the stack.

This commit is contained in:
Roberto Ierusalimschy
1997-07-04 11:55:37 -03:00
parent 8f3df1d471
commit 4321fde2a7
4 changed files with 41 additions and 28 deletions
+3 -1
View File
@@ -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