1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

comment detail.

This commit is contained in:
Roberto Ierusalimschy
2000-03-10 11:01:05 -03:00
parent e3cf93ddb6
commit 977b8f65f0
+2 -2
View File
@@ -1,5 +1,5 @@
/*
** $Id: lmem.c,v 1.25 2000/02/08 16:34:31 roberto Exp roberto $
** $Id: lmem.c,v 1.26 2000/03/03 14:58:26 roberto Exp roberto $
** Interface to Memory Manager
** See Copyright Notice in lua.h
*/
@@ -29,7 +29,7 @@
#ifdef DEBUG
/*
** {======================================================================
** Controled version for realloc.
** Controlled version for realloc.
** =======================================================================
*/