diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 2.116 2011/04/08 19:17:36 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 2.117 2011/05/05 16:18:53 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -83,7 +83,7 @@ typedef union Header { | |||
83 | } Header; | 83 | } Header; |
84 | 84 | ||
85 | 85 | ||
86 | #ifndef EXTERNMEMCHECK | 86 | #if !defined(EXTERNMEMCHECK) |
87 | 87 | ||
88 | /* full memory check */ | 88 | /* full memory check */ |
89 | #define MARKSIZE 16 /* size of marks after each block */ | 89 | #define MARKSIZE 16 /* size of marks after each block */ |