Commit 05c0fbb8 by Richard Kenner

(builtin_new): Remove declaration of malloc.

From-SVN: r1868
parent 2cebaa84
...@@ -1179,7 +1179,6 @@ __bb_init_func (blocks) ...@@ -1179,7 +1179,6 @@ __bb_init_func (blocks)
typedef void (*vfp)(void); typedef void (*vfp)(void);
extern vfp __new_handler; extern vfp __new_handler;
extern void *malloc ();
void * void *
__builtin_new (sz) __builtin_new (sz)
......
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