aboutsummaryrefslogtreecommitdiff
path: root/fallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/fallback.h b/fallback.h
index be54006c..44341ca4 100644
--- a/fallback.h
+++ b/fallback.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: fallback.h,v 1.18 1997/03/31 14:02:58 roberto Exp roberto $ 2** $Id: fallback.h,v 1.19 1997/03/31 20:59:09 roberto Exp roberto $
3*/ 3*/
4 4
5#ifndef fallback_h 5#ifndef fallback_h
@@ -45,9 +45,8 @@ void luaI_travlock (int (*fn)(TObject *));
45void luaI_invalidaterefs (void); 45void luaI_invalidaterefs (void);
46char *luaI_travfallbacks (int (*fn)(TObject *)); 46char *luaI_travfallbacks (int (*fn)(TObject *));
47 47
48void luaI_type (void);
49void luaI_settag (int tag, TObject *o); 48void luaI_settag (int tag, TObject *o);
50lua_Type luaI_typetag (int tag); 49int luaI_userdatatag (int tag);
51TObject *luaI_getim (int tag, IMS event); 50TObject *luaI_getim (int tag, IMS event);
52#define luaI_getimbyObj(o,e) (luaI_getim(luaI_tag(o),(e))) 51#define luaI_getimbyObj(o,e) (luaI_getim(luaI_tag(o),(e)))
53TObject *luaI_geterrorim (void); 52TObject *luaI_geterrorim (void);