case EOF is now checked only on x86 arches
This check causes problems on architectures where char is unsigned, thus EOF which is a signed int has a value less of the minimum permitted by the type. To be honest this check could just be avoided alltogether, maybe in the future.
This commit is contained in:
parent
04bfca1932
commit
3bd678d48e
Loading…
Reference in New Issue
Block a user