diff options
Diffstat (limited to 'fallback.h')
-rw-r--r-- | fallback.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 | ||
55 | void luaI_settag (int tag, TObject *o); | 55 | void luaI_settag (int tag, TObject *o); |
56 | void luaI_realtag (int tag); | 56 | void luaI_realtag (int tag); |
57 | TObject *luaI_geterrorim (void); | ||
58 | int luaI_efectivetag (TObject *o); | 57 | int luaI_efectivetag (TObject *o); |
59 | void luaI_settagmethod (void); | 58 | void luaI_settagmethod (void); |
60 | void luaI_gettagmethod (void); | 59 | void luaI_gettagmethod (void); |