* gcc.dg/noncompile/920923-1.c: Declare calloc.

From-SVN: r35567
This commit is contained in:
Richard Henderson 2000-08-08 02:24:53 -07:00 committed by Richard Henderson
parent 0548a9df61
commit ee7152458a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-08-08 Richard Henderson <rth@cygnus.com>
* gcc.dg/noncompile/920923-1.c: Declare calloc.
2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.dg/noncompile/const-ll-1.c: New test.

View File

@ -96,6 +96,8 @@ int hash_size;
}
}
extern void *calloc(__SIZE_TYPE__, __SIZE_TYPE__);
void
init_mem()
{