Commit aa40083d by Per Bothner

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

From-SVN: r64497
parent dbccdc42
...@@ -1014,8 +1014,7 @@ static unsigned char size_lookup[257] = ...@@ -1014,8 +1014,7 @@ static unsigned char size_lookup[257] =
8 8
}; };
/* Allocate a chunk of memory of SIZE bytes. If ZERO is nonzero, the /* Allocate a chunk of memory of SIZE bytes. Its contents are undefined. */
memory is zeroed; otherwise, its contents are undefined. */
void * void *
ggc_alloc (size) ggc_alloc (size)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment