From: Andrew Crabtree Message-Id: <199802021934.AA207348082@typhoon.rose.hp.com> Subject: re: iostream concern To: djgpp-workers AT delorie DOT com Date: Mon, 02 Feb 1998 11:34:42 PST Reply-To: andrewc AT rosemail DOT rose DOT hp DOT com Precedence: bulk > so the only thing we need to > worry about is where *our* stddef.h conflicts with what gcc build > process expects. If there are such places, we need to fix them and > then make gcc build process use our version. 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 (strictly, sizeof produces an unsigned integer value whose type, size_t, is defined in the header ) So perhaps its our stdio which needs fixing. -- _______ ___________________________________________________________ / Andrew Crabtree / Workgroup Networks Division ____ ___ / Hewlett-Packard / / / / Roseville, CA __/ __/ _____/ 916/785-1675 / andrewc AT rosemail DOT rose DOT hp DOT com ___________ __/ _____________________________________________________