Mail Archives: djgpp-workers/2003/04/25/11:07:12
> Date: Fri, 25 Apr 2003 02:27:58 -0400
> From: CBFalconer <cbfalconer AT yahoo DOT com>
> >
> > New, non-standard stuff could be in a different header to avoid
> > namespace pollution if desired (at least my 2 cents)
>
> I don't especially mind, but are we using the same definition of
> 'standard'? To me, anything that isn't in the C99 specification
> is non-standard.
There are standards such as C9x and Posix, and then there's
compatibility to other platforms. If the definitions of macros,
structures, and prototypes for malloc-debug functions appear in some
headers on other platforms, we want them to be in those headers in our
version. That's because programs ported from those platforms will
include those headers and assume that the necessary definitions are
now visible to the compiler.
- Raw text -