mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-29 08:24:06 +08:00
fix
From-SVN: r22575
This commit is contained in:
parent
da9599506e
commit
03d368760c
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user