diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-04-02 20:04:12 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-04-02 20:04:12 -0300 |
commit | 075b7918c3dcc1e8b4d5e7f19ae213b081e01bf2 (patch) | |
tree | ae1dd456984f4e7128b2d4a2e2e43e4f23b99d01 /fallback.h | |
parent | 7c99149a76ce0c7469c9bafec5dfff529f88512c (diff) | |
download | lua-075b7918c3dcc1e8b4d5e7f19ae213b081e01bf2.tar.gz lua-075b7918c3dcc1e8b4d5e7f19ae213b081e01bf2.tar.bz2 lua-075b7918c3dcc1e8b4d5e7f19ae213b081e01bf2.zip |
new function "getintmethod"
Diffstat (limited to 'fallback.h')
-rw-r--r-- | fallback.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: fallback.h,v 1.19 1997/03/31 20:59:09 roberto Exp roberto $ | 2 | ** $Id: fallback.h,v 1.20 1997/04/02 22:52:42 roberto Exp roberto $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #ifndef fallback_h | 5 | #ifndef fallback_h |
@@ -52,6 +52,7 @@ TObject *luaI_getim (int tag, IMS event); | |||
52 | TObject *luaI_geterrorim (void); | 52 | TObject *luaI_geterrorim (void); |
53 | int luaI_tag (TObject *o); | 53 | int luaI_tag (TObject *o); |
54 | void luaI_setintmethod (void); | 54 | void luaI_setintmethod (void); |
55 | void luaI_getintmethod (void); | ||
55 | void luaI_seterrormethod (void); | 56 | void luaI_seterrormethod (void); |
56 | void luaI_initfallbacks (void); | 57 | void luaI_initfallbacks (void); |
57 | 58 | ||