inference: portability bug

Joe Steffen steffen at ihuxo.UUCP
Tue Jan 7 00:53:55 AEST 1986


In main() in rulecomp.c, local variable c must be int not char on machines
that don't sign-extend chars, such as 3B and IBM, or c == EOF will never be
true.
-- 


	Joe Steffen, AT&T Bell Labs, Naperville, IL, (312) 979-5381



More information about the Comp.sources.bugs mailing list