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

View File

@@ -1,5 +1,5 @@
/*
** $Id: fallback.h,v 1.22 1997/04/04 22:24:51 roberto Exp roberto $
** $Id: fallback.h,v 1.24 1997/07/03 22:06:06 roberto Exp $
*/
#ifndef fallback_h
@@ -54,7 +54,6 @@ char *luaI_travfallbacks (int (*fn)(TObject *));
void luaI_settag (int tag, TObject *o);
void luaI_realtag (int tag);
TObject *luaI_geterrorim (void);
int luaI_efectivetag (TObject *o);
void luaI_settagmethod (void);
void luaI_gettagmethod (void);