Files
oldlinux-files/gnu/gcc/gcc-2.2.2/config/xm-nws3250v4.h
2024-02-19 00:24:47 -05:00

10 lines
178 B
C

#define USG
#include "xm-mips.h"
/* If compiling with mips compiler, we are probably using alloca.c,
so help it work right. */
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif