mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 01:30:50 +00:00
79d47bd097
aren't using gcc.
9 lines
119 B
C
9 lines
119 B
C
/* Solaris-2 host system */
|
|
|
|
#include "hosts/sysv4.h"
|
|
|
|
#ifndef __GNUC__
|
|
#include <alloca.h>
|
|
#endif
|
|
/* That's all... */
|