diff options
Diffstat (limited to '')
| -rw-r--r-- | ltests.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltests.h,v 2.28 2009/12/16 16:42:58 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.29 2009/12/17 12:26:09 roberto Exp roberto $ |
| 3 | ** Internal Header for Debugging of the Lua Implementation | 3 | ** Internal Header for Debugging of the Lua Implementation |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -39,7 +39,7 @@ extern Memcontrol l_memcontrol; | |||
| 39 | /* | 39 | /* |
| 40 | ** generic variable for debug tricks | 40 | ** generic variable for debug tricks |
| 41 | */ | 41 | */ |
| 42 | void *l_Trick; | 42 | extern void *l_Trick; |
| 43 | 43 | ||
| 44 | 44 | ||
| 45 | void *debug_realloc (void *ud, void *block, size_t osize, size_t nsize); | 45 | void *debug_realloc (void *ud, void *block, size_t osize, size_t nsize); |
