[7365] in Athena Bugs
Re: rt 7.2R: hc2
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Mar 27 17:43:10 1991
Date: Wed, 27 Mar 91 17:42:40 -0500
From: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
To: Marc Horowitz <marc@ATHENA.MIT.EDU>
Cc: bugs@ATHENA.MIT.EDU, athena-ws@ATHENA.MIT.EDU
In-Reply-To: Marc Horowitz's message of Wed, 27 Mar 91 03:03:40 EST,
Reply-To: tytso@ATHENA.MIT.EDU
The minimally acceptable solution is to make hcc *not* define __STDC__,
since it isn't really ansi compliant, at the very least not with our
header files. (I'm not sure if there are any other problems with hcc
and ansi compatibility beyond the header file issues.)
- Ted