From e75c0148c387962f484f00701169a194b61a0429 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 2 Nov 2014 17:33:33 -0200 Subject: comments (references to "ANSI C" changed to "ISO C", which is the international name --- lmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lmem.c') diff --git a/lmem.c b/lmem.c index 80b30f58..82f7f3ea 100644 --- a/lmem.c +++ b/lmem.c @@ -1,5 +1,5 @@ /* -** $Id: lmem.c,v 1.87 2014/10/25 11:50:46 roberto Exp roberto $ +** $Id: lmem.c,v 1.88 2014/11/02 19:19:04 roberto Exp roberto $ ** Interface to Memory Manager ** See Copyright Notice in lua.h */ @@ -34,7 +34,7 @@ ** * frealloc(ud, p, x, 0) frees the block 'p' ** (in this specific case, frealloc must return NULL); ** particularly, frealloc(ud, NULL, 0, 0) does nothing -** (which is equivalent to free(NULL) in ANSI C) +** (which is equivalent to free(NULL) in ISO C) ** ** frealloc returns NULL if it cannot create or reallocate the area ** (any reallocation to an equal or smaller size cannot fail!) -- cgit v1.2.3-55-g6feb