binutils-gdb/bfd/hosts/solaris2.h
Ian Lance Taylor ecb2d88791 * config/solaris2.mh (HDEFINES): Remove -Dconst=
* hosts/solaris.h: If not __GNUC__, define const as empty.
1993-12-03 23:42:59 +00:00

15 lines
200 B
C

/* Solaris-2 host system */
#include "hosts/sysv4.h"
#ifndef __GNUC__
#include <alloca.h>
#endif
#ifndef __GNUC__
# get around a bug in the Sun C compiler
#define const
#endif
/* That's all... */