aboutsummaryrefslogtreecommitdiff
path: root/lmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'lmem.c')
-rw-r--r--lmem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lmem.c b/lmem.c
index 7bcc1a35..612d5899 100644
--- a/lmem.c
+++ b/lmem.c
@@ -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.