Mail Archives: djgpp-workers/1998/02/02/14:53:02
> 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 <stddef.h>)
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
___________ __/ _____________________________________________________
- Raw text -