new function "getintmethod"

This commit is contained in:
Roberto Ierusalimschy
1997-04-02 20:04:12 -03:00
parent 7c99149a76
commit 075b7918c3
6 changed files with 30 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: fallback.h,v 1.19 1997/03/31 20:59:09 roberto Exp roberto $
** $Id: fallback.h,v 1.20 1997/04/02 22:52:42 roberto Exp roberto $
*/
#ifndef fallback_h
@@ -52,6 +52,7 @@ TObject *luaI_getim (int tag, IMS event);
TObject *luaI_geterrorim (void);
int luaI_tag (TObject *o);
void luaI_setintmethod (void);
void luaI_getintmethod (void);
void luaI_seterrormethod (void);
void luaI_initfallbacks (void);