Commit 03d36876 by Jason Merrill

fix

From-SVN: r22575
parent da959950
......@@ -3,8 +3,6 @@
#include <stdlib.h>
inline void *operator new(size_t, void *place) { return place; }
void* malloc(size_t);
void free(void*);
main()
{
......
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