14 lines
204 B
C
14 lines
204 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... */
|