Date: Mon, 2 Feb 1998 18:28:05 -0500 (EST) Message-Id: <199802022328.SAA17108@delorie.com> From: DJ Delorie To: andrewc AT rosemail DOT rose DOT hp DOT com CC: djgpp-workers AT delorie DOT com In-reply-to: <199802021934.AA207348082@typhoon.rose.hp.com> (message from Andrew Crabtree on Mon, 02 Feb 1998 11:34:42 PST) Subject: Re: iostream concern Precedence: bulk > The conflict is between the gcc version of stddef and our version > of stdio.h. Both want to do a typedef for size_t. According to > K&R 2nd edition p. 135 > > So perhaps its our stdio which needs fixing. Our stdio.h works just fine with *our* stddef.h. If gcc produces a stddef.h that doesn't work with the other djgpp headers, then we shouldn't use it.