Update comment for ggc_alloc - to match API change made 2000-6-9.
From-SVN: r64497
This commit is contained in:
parent
dbccdc4211
commit
aa40083db9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user