AT&T C compilers

Henry Spencer henry at utzoo.uucp
Fri Mar 3 03:34:04 AEST 1989


In article <1109 at wpi.wpi.edu> lfoard at wpi.wpi.edu (Lawrence C Foard) writes:
>... Standard UNIX C still barfs on things like p=-1 .

To the extent that this is true -- there is no such thing as a "standard
UNIX C" with consistent behavior across Unixes -- it barfs because it
*should*:  there is still reason to worry about old code that uses the
old, no-longer-supported assignment operators like =- .  Compilers in
new environments, like Turbo C, don't have to worry about this, but
compilers for environments that have 15 or 20 years of C history behind
them can't always ignore such issues.
-- 
The Earth is our mother;       |     Henry Spencer at U of Toronto Zoology
our nine months are up.        | uunet!attcan!utzoo!henry henry at zoo.toronto.edu



More information about the Comp.lang.c mailing list