Mail Archives: djgpp-workers/1999/04/27/08:34:03
On Tue, 27 Apr 1999, Andris Pavenis wrote:
> I suggest following way of testing:
> grep sources to find where DJGPP_MINOR is used
>
> add
> #if defined(__DJGPP__) && !defined(__DJGPP_MINOR__)
> #error DJGPP_MINOR is not defined
> #endif
> before using this macro
Many packages include their private headers which then include other
headers which then include standard headers. I cannot afford going
through all the Megabytes of ported packages and do this. Volunteers
are welcome to do it, as always.
> Also I don't like that way. I don't like to introduce similar things.
Perhaps you could suggest a better solution, then.
- Raw text -