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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa40083db969e08c9841bfd4ff3e9021f7fa3a9d;p=gcc.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 ab278ee603a..ee5f9129e1f 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)