Mail Archives: djgpp-workers/2000/07/21/03:25:40
DJ Delorie wrote:
> I.e. don't #error just because we *should* have gcc's headers. Only
> #error if we *must* have gcc's headers.
Exactly. It depends on if we are going to have more GCC headers.
If we will have only *arg[s].h, then I won't put this in. In other
case, if we rely on other GCC headers to do something important
we should put an error, well not there - but in those crucial headers.
On the second note, if we will use GCC's stdarg.h, IMHO there is no
point mirroring all its definitions anyway. It's error prone and
we will have to track it in future. What if stdarg.h from GCC changes
again?
Laurynas
- Raw text -