blob: 26d2a6d1f08b281a8e76ec910413af8ae10685a5 (
plain)
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
m68k.c when running on a COFF system. */
#include "m68k/m68k.c"
#include "nextstep.c"
|