ack/lang/cem
George Koehler 75ae957c75 Don't check ferror(fp) when reading fp.
If feof(fp) or ferror(fp) was set, then our libc returned EOF for all
later reads without trying to read.  Our libc now behaves like BSD
(and probably Illumos and musl) by checking only feof(fp).  For
difference, glibc doesn't check feof(fp).

I described the difference between our libc and BSD libc in
https://sourceforge.net/p/tack/mailman/message/35430300/
2017-10-28 16:20:48 -04:00
..
cemcom Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
cemcom.ansi Fix a whole lot more stray prototypes. 2016-11-24 21:47:40 +01:00
cpp.ansi Fix a whole lot more stray prototypes. 2016-11-24 21:47:40 +01:00
ctest Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
libcc Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
libcc.ansi Don't check ferror(fp) when reading fp. 2017-10-28 16:20:48 -04:00
lint Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00