diff options
| author | Lua Team <team@lua.org> | 1999-07-08 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 1999-07-08 12:00:00 +0000 |
| commit | afb67002d94ef22c14741910ba83da262a6e9338 (patch) | |
| tree | b51ab3502813f590a4b115997f6fe41da43b6586 /src/ltm.h | |
| parent | 377347776f1f3d820f92151f70bec667f96d5e6b (diff) | |
| download | lua-github-3.2.tar.gz | |
Lua 3.23.2
Diffstat (limited to 'src/ltm.h')
| -rw-r--r-- | src/ltm.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* -** $Id: ltm.h,v 1.4 1997/11/26 18:53:45 roberto Exp $ +** $Id: ltm.h,v 1.5 1999/01/15 13:11:57 roberto Exp $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -45,14 +45,14 @@ struct IM { #define luaT_getim(tag,event) (&L->IMtable[-(tag)].int_method[event]) -#define luaT_getimbyObj(o,e) (luaT_getim(luaT_efectivetag(o),(e))) +#define luaT_getimbyObj(o,e) (luaT_getim(luaT_effectivetag(o),(e))) extern char *luaT_eventname[]; void luaT_init (void); void luaT_realtag (int tag); -int luaT_efectivetag (TObject *o); +int luaT_effectivetag (TObject *o); void luaT_settagmethod (int t, char *event, TObject *func); TObject *luaT_gettagmethod (int t, char *event); char *luaT_travtagmethods (int (*fn)(TObject *)); |
