diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-10-02 13:43:54 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-10-02 13:43:54 -0300 |
commit | 6f936bc7931662d0460d47ad73eca308ba5fab2f (patch) | |
tree | 7e70a38b41bcd9556f2420b17a64df5e30cb9b6d /ltm.h | |
parent | b840a7518df607d2a1024c33dc2cc2022054d40a (diff) | |
download | lua-6f936bc7931662d0460d47ad73eca308ba5fab2f.tar.gz lua-6f936bc7931662d0460d47ad73eca308ba5fab2f.tar.bz2 lua-6f936bc7931662d0460d47ad73eca308ba5fab2f.zip |
"compatibility module" no longer exists
Diffstat (limited to '')
-rw-r--r-- | ltm.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltm.h,v 1.26 2001/07/12 18:11:58 roberto Exp roberto $ | 2 | ** $Id: ltm.h,v 1.27 2001/08/27 15:13:59 roberto Exp $ |
3 | ** Tag methods | 3 | ** Tag methods |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -74,7 +74,6 @@ void luaT_init (lua_State *L); | |||
74 | int luaT_newtag (lua_State *L, const l_char *name, int basictype); | 74 | int luaT_newtag (lua_State *L, const l_char *name, int basictype); |
75 | const l_char *luaT_typename (global_State *G, const TObject *o); | 75 | const l_char *luaT_typename (global_State *G, const TObject *o); |
76 | int luaT_tag (const TObject *o); | 76 | int luaT_tag (const TObject *o); |
77 | int luaT_validevent (int t, int e); /* used by compatibility module */ | ||
78 | 77 | ||
79 | 78 | ||
80 | #endif | 79 | #endif |