Subject: Re: `sun' and sparc/sun3's (was: Re: Diaspora, politics, and MI)
To: Curt Sampson <curt@portal.ca>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 09/20/1996 18:04:10
Curt Sampson writes:
> No, what he's saying is that if we have `#define unix 1' predefined
> (as we do now), someone who tries to compile the perfectly legal
> statement `int unix = 0;' will actually be trying to compile `int
> 1 = 0;', which will not go over terribly well.

Perhaps we should
#define unix unix

:)

Perry