On Fri, Dec 28, 2001 at 11:02:33PM -0500, Roland McGrath wrote: > > marcus@stampede:~$ cpp -E -undef -dM /dev/null > > #define __i386__ 1 > > #define __i386 1 > > #define i386 1 > > > > It drops linux and unix, but not i386. The include got broken, but that was > > in a change to gnumach's I/O bitmap frobbing that never went into the CVS, > > and probably never will. > > Hmm. Perhaps we should use -undef -ansi.
That would help. marcus@stampede:~$ cpp -undef -ansi -dM /dev/null #define __STRICT_ANSI__ 1 #define __i386__ 1 #define __i386 1 Yeah, looks fine. Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNU http://www.gnu.org [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd