blob: f249647ab59538c198d004c037707f74bdba1719 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* next.c: Functions for NeXT as target machine for GNU C compiler. */
/* Note that the include below means that we can't debug routines in
i386.c when running on a COFF system. */
#include "i386/i386.c"
#include "nextstep.c"
|