diff options
Diffstat (limited to 'ltm.h')
-rw-r--r-- | ltm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltm.h,v 1.11 2000/03/20 19:14:54 roberto Exp roberto $ | 2 | ** $Id: ltm.h,v 1.12 2000/03/30 16:41:51 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 | */ |
@@ -37,6 +37,7 @@ typedef enum { | |||
37 | 37 | ||
38 | struct IM { | 38 | struct IM { |
39 | TObject int_method[IM_N]; | 39 | TObject int_method[IM_N]; |
40 | TString *collected; /* list of G. collected udata with this tag */ | ||
40 | }; | 41 | }; |
41 | 42 | ||
42 | 43 | ||