Bug creation and email sending has been disabled, file new bugs at gcc.gnu.org/bugzilla
View | Details | Raw Unified | Return to bug 134
Collapse All | Expand All

(-)a/gcc/d/dfrontend/port.h (+4 lines)
Lines 13-18 Link Here
13
#include <stdlib.h> // for alloca
13
#include <stdlib.h> // for alloca
14
#include <stdint.h>
14
#include <stdint.h>
15
15
16
#if __sun
17
#include <alloca.h>
18
#endif
19
16
#include "longdouble.h"
20
#include "longdouble.h"
17
21
18
#if _MSC_VER
22
#if _MSC_VER

Return to bug 134