From: Per Bothner Date: Mon, 17 Mar 2003 18:42:23 +0000 (-0800) Subject: Update comment for ggc_alloc - to match API change made 2000-6-9. X-Git-Tag: releases/gcc-3.4.0~7852 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa40083db969e08c9841bfd4ff3e9021f7fa3a9d;p=thirdparty%2Fgcc.git Update comment for ggc_alloc - to match API change made 2000-6-9. From-SVN: r64497 --- diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index ab278ee603a4..ee5f9129e1f4 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -1014,8 +1014,7 @@ static unsigned char size_lookup[257] = 8 }; -/* Allocate a chunk of memory of SIZE bytes. If ZERO is nonzero, the - memory is zeroed; otherwise, its contents are undefined. */ +/* Allocate a chunk of memory of SIZE bytes. Its contents are undefined. */ void * ggc_alloc (size)