aboutsummaryrefslogtreecommitdiff
path: root/fallback.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-07-04 11:55:37 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-07-04 11:55:37 -0300
commit4321fde2a7059b5d5adcedd4f607f695ea30ff8b (patch)
tree97d6cf3b89c8e59e659ee4a4cc6165c739d14358 /fallback.h
parent8f3df1d471d4b7e643492f0e65fac2bdc960398a (diff)
downloadlua-4321fde2a7059b5d5adcedd4f607f695ea30ff8b.tar.gz
lua-4321fde2a7059b5d5adcedd4f607f695ea30ff8b.tar.bz2
lua-4321fde2a7059b5d5adcedd4f607f695ea30ff8b.zip
error inside an error method could break the stack.
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fallback.h b/fallback.h
index 12c82702..1e2ecc56 100644
--- a/fallback.h
+++ b/fallback.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: fallback.h,v 1.22 1997/04/04 22:24:51 roberto Exp roberto $ 2** $Id: fallback.h,v 1.24 1997/07/03 22:06:06 roberto Exp $
3*/ 3*/
4 4
5#ifndef fallback_h 5#ifndef fallback_h
@@ -54,7 +54,6 @@ char *luaI_travfallbacks (int (*fn)(TObject *));
54 54
55void luaI_settag (int tag, TObject *o); 55void luaI_settag (int tag, TObject *o);
56void luaI_realtag (int tag); 56void luaI_realtag (int tag);
57TObject *luaI_geterrorim (void);
58int luaI_efectivetag (TObject *o); 57int luaI_efectivetag (TObject *o);
59void luaI_settagmethod (void); 58void luaI_settagmethod (void);
60void luaI_gettagmethod (void); 59void luaI_gettagmethod (void);