1234567891011 |
- --- bison-3.0.4.orig/lib/fseterr.c 2015-01-04 16:43:50.000000000 +0000
- +++ bison-3.0.4/lib/fseterr.c 2019-05-06 08:24:42.407830562 +0000
- @@ -29,7 +29,7 @@ fseterr (FILE *fp)
-
- -#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1
- +#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1
- fp->_flags |= _IO_ERR_SEEN;
- #elif defined __sferror || defined __DragonFly__
- fp_->_flags |= __SERR;
|