Update comment for ggc_alloc - to match API change made 2000-6-9.

From-SVN: r64497
This commit is contained in:
Per Bothner 2003-03-17 10:42:23 -08:00
parent dbccdc4211
commit aa40083db9

View File

@ -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)