Commit ee715245 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r35567
parent 0548a9df
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.
......
......@@ -96,6 +96,8 @@ int hash_size;
}
}
extern void *calloc(__SIZE_TYPE__, __SIZE_TYPE__);
void
init_mem()
{
......
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