summaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.h')
-rw-r--r--ltm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ltm.h b/ltm.h
index d40bf6c5..6ae743f0 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.h,v 1.41 2002/11/14 11:51:50 roberto Exp roberto $ 2** $Id: ltm.h,v 1.42 2003/12/01 18:22:56 roberto Exp roberto $
3** Tag methods 3** Tag methods
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -42,8 +42,8 @@ typedef enum {
42#define fasttm(l,et,e) gfasttm(G(l), et, e) 42#define fasttm(l,et,e) gfasttm(G(l), et, e)
43 43
44 44
45const TObject *luaT_gettm (Table *events, TMS event, TString *ename); 45const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
46const TObject *luaT_gettmbyobj (lua_State *L, const TObject *o, TMS event); 46const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event);
47void luaT_init (lua_State *L); 47void luaT_init (lua_State *L);
48 48
49extern const char *const luaT_typenames[]; 49extern const char *const luaT_typenames[];