Mail Archives: djgpp/1994/09/21/02:03:48
> Which is better - 100% ansi/posix conformance, or compatibility with
> other compilers?
Perhaps you can get the best of both worlds by moving the "name space
polluting" routines into a separate library. Of course, that would lead to
many "I upgraded and now the linker can't find xxx" messages. Another
possibility would be to rename the offending routines and provide an
oldnames.h file full of things like
#define delay _delay
Either solution requires first identifying all the invalid names.
- Raw text -