Declare malloc, free, and atexit if inhibit_libc is defined.
[official-gcc.git] / gcc / config / mips / xm-nws3250v4.h
blob34ab631acb4874dbaad95f69669385b042e805b8
1 #define USG
3 #include "xm-mips.h"
5 /* If compiling with mips compiler, we are probably using alloca.c,
6 so help it work right. */
7 #ifndef __GNUC__
8 #define USE_C_ALLOCA
9 #endif