Date: Tue, 27 Apr 1999 15:31:52 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Andris Pavenis cc: djgpp-workers AT delorie DOT com Subject: Re: v2.03: wrapping up In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.