From aa40083db969e08c9841bfd4ff3e9021f7fa3a9d Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Mon, 17 Mar 2003 10:42:23 -0800 Subject: [PATCH] Update comment for ggc_alloc - to match API change made 2000-6-9. From-SVN: r64497 --- gcc/ggc-page.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.30.2