repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Declare malloc, free, and atexit if inhibit_libc is defined.
[official-gcc.git]
/
gcc
/
config
/
mips
/
xm-nws3250v4.h
blob
34ab631acb4874dbaad95f69669385b042e805b8
1
#define USG
2
3
#include
"xm-mips.h"
4
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