diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-10-30 14:29:59 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-10-30 14:29:59 -0200 |
commit | 37e9c2e74486ed443151430a9b73a3844d3554ef (patch) | |
tree | 2d225332e7bf2e9a83c233416b8aa9043dbe9e8b /lmem.c | |
parent | e42a219eebd2e4c6f11f8b175d3d0e0f6678b48c (diff) | |
download | lua-37e9c2e74486ed443151430a9b73a3844d3554ef.tar.gz lua-37e9c2e74486ed443151430a9b73a3844d3554ef.tar.bz2 lua-37e9c2e74486ed443151430a9b73a3844d3554ef.zip |
macro DEBUG renamed to LUA_DEBUG
Diffstat (limited to 'lmem.c')
-rw-r--r-- | lmem.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lmem.c,v 1.37 2000/10/11 16:47:50 roberto Exp roberto $ | 2 | ** $Id: lmem.c,v 1.38 2000/10/26 12:47:05 roberto Exp roberto $ |
3 | ** Interface to Memory Manager | 3 | ** Interface to Memory Manager |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | 18 | ||
19 | 19 | ||
20 | #ifdef DEBUG | 20 | #ifdef LUA_DEBUG |
21 | /* | 21 | /* |
22 | ** {====================================================================== | 22 | ** {====================================================================== |
23 | ** Controlled version for realloc. | 23 | ** Controlled version for realloc. |