OSDN Git Service

Update comment for ggc_alloc - to match API change made 2000-6-9.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Mar 2003 18:42:23 +0000 (18:42 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Mar 2003 18:42:23 +0000 (18:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64497 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ggc-page.c

index ab278ee..ee5f912 100644 (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)