aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>2003-03-17 10:42:23 -0800
committerPer Bothner <bothner@gcc.gnu.org>2003-03-17 10:42:23 -0800
commitaa40083db969e08c9841bfd4ff3e9021f7fa3a9d (patch)
tree5659e590422ae6172bde1fe18249bebdef1dd207 /gcc/ggc-page.c
parentdbccdc4211816e31904c7af506aa9f4df60486e4 (diff)
downloadgcc-aa40083db969e08c9841bfd4ff3e9021f7fa3a9d.zip
gcc-aa40083db969e08c9841bfd4ff3e9021f7fa3a9d.tar.gz
gcc-aa40083db969e08c9841bfd4ff3e9021f7fa3a9d.tar.bz2
Update comment for ggc_alloc - to match API change made 2000-6-9.
From-SVN: r64497
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r--gcc/ggc-page.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c
index ab278ee..ee5f912 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)