summaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-17 18:42:23 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-17 18:42:23 +0000
commit908b11c152c35beaaba9344dc0dd259e9e62e166 (patch)
tree5659e590422ae6172bde1fe18249bebdef1dd207 /gcc/ggc-page.c
parent6d05ae3500d879cf95a2de67483a1370f6f0789f (diff)
downloadgcc-908b11c152c35beaaba9344dc0dd259e9e62e166.tar.gz
Update comment for ggc_alloc - to match API change made 2000-6-9.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64497 138bc75d-0d04-0410-961f-82ee72b054a4
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 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)