[net.sources.bugs] inference: portability bug

steffen@ihuxo.UUCP (Joe Steffen) (01/06/86)

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