aboutsummaryrefslogtreecommitdiff
path: root/fallback.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-03-24 14:13:22 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-03-24 14:13:22 -0300
commit03d917f229107d788df93c940d87b5908194248a (patch)
tree6662f817a9314b0b7668687c7a721cbf7c62a81d /fallback.h
parentc3488f51152ea2705ef6a256de7756cbeaf044f6 (diff)
downloadlua-03d917f229107d788df93c940d87b5908194248a.tar.gz
lua-03d917f229107d788df93c940d87b5908194248a.tar.bz2
lua-03d917f229107d788df93c940d87b5908194248a.zip
some corrections, improvements;
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fallback.h b/fallback.h
index ea071191..6442680a 100644
--- a/fallback.h
+++ b/fallback.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: fallback.h,v 1.15 1997/03/19 19:41:10 roberto Exp roberto $ 2** $Id: fallback.h,v 1.16 1997/03/20 19:20:43 roberto Exp roberto $
3*/ 3*/
4 4
5#ifndef fallback_h 5#ifndef fallback_h
@@ -59,8 +59,8 @@ void luaI_type (void);
59void luaI_settag (int tag, Object *o); 59void luaI_settag (int tag, Object *o);
60lua_Type luaI_typetag (int tag); 60lua_Type luaI_typetag (int tag);
61Object *luaI_getim (int tag, IMS event); 61Object *luaI_getim (int tag, IMS event);
62#define luaI_getimbyObj(o,e) (luaI_getim(luaI_tag(o),(e)))
62Object *luaI_getgim (IMGS event); 63Object *luaI_getgim (IMGS event);
63Object *luaI_getimbyObj (Object *o, IMS event);
64int luaI_tag (Object *o); 64int luaI_tag (Object *o);
65void luaI_setintmethod (void); 65void luaI_setintmethod (void);
66void luaI_setglobalmethod (void); 66void luaI_setglobalmethod (void);