diff options
Diffstat (limited to 'ltm.c')
| -rw-r--r-- | ltm.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltm.c,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $ | 2 | ** $Id: ltm.c,v 2.2 2004/02/16 19:09:52 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 | */ |
| @@ -8,6 +8,7 @@ | |||
| 8 | #include <string.h> | 8 | #include <string.h> |
| 9 | 9 | ||
| 10 | #define ltm_c | 10 | #define ltm_c |
| 11 | #define LUA_CORE | ||
| 11 | 12 | ||
| 12 | #include "lua.h" | 13 | #include "lua.h" |
| 13 | 14 | ||
