X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstdio-impl.h;h=c803e88c97cd0f6f5bca3d41040422289c46d7f5;hb=fa3486514bd8f15f8eb4c49821d0356b52e5a335;hp=b9572b4f046bb398572ff8d2359b63445688fbb0;hpb=284866a44c1115e8786a23c7a50d3e710fc75afd;p=gnulib.git diff --git a/lib/stdio-impl.h b/lib/stdio-impl.h index b9572b4f0..c803e88c9 100644 --- a/lib/stdio-impl.h +++ b/lib/stdio-impl.h @@ -35,7 +35,7 @@ struct { unsigned char *_base; int _size; } _ub; \ int _ur; \ unsigned char _ubuf[3]; \ - unsigned cahr _nbuf[1]; \ + unsigned char _nbuf[1]; \ struct { unsigned char *_base; int _size; } _lb; \ int _blksize; \ fpos_t _offset; \ @@ -60,7 +60,7 @@ }; # define fp_ub ((struct __sfileext *) fp->_ext._base)->_ub # else /* FreeBSD, DragonFly, MacOS X, Cygwin */ -# define fp_ub fp->_ub +# define fp_ub fp_->_ub # endif # define HASUB(fp) (fp_ub._base != NULL)