blob: 458ecc9b2ed044a6c8321c85a7b11766e53ed786 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* 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... */
|