diff options
Diffstat (limited to 'ltm.c')
-rw-r--r-- | ltm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltm.c,v 1.66 2001/02/09 20:22:29 roberto Exp roberto $ | 2 | ** $Id: ltm.c,v 1.67 2001/02/20 18:15:33 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 | */ |
@@ -50,7 +50,7 @@ static int luaI_checkevent (lua_State *L, const char *name, int t) { | |||
50 | 50 | ||
51 | 51 | ||
52 | /* events in LUA_TNIL are all allowed, since this is used as a | 52 | /* events in LUA_TNIL are all allowed, since this is used as a |
53 | * 'placeholder' for "default" fallbacks | 53 | * `placeholder' for default fallbacks |
54 | */ | 54 | */ |
55 | /* ORDER LUA_T, ORDER TM */ | 55 | /* ORDER LUA_T, ORDER TM */ |
56 | static const lu_byte luaT_validevents[NUM_TAGS][TM_N] = { | 56 | static const lu_byte luaT_validevents[NUM_TAGS][TM_N] = { |