Message-ID: <363CEF5A.5C31F1B8@gmx.net> Date: Sun, 01 Nov 1998 22:31:38 -0100 From: Robert Hoehne Organization: none provided X-Mailer: Mozilla 4.01 [de] (Win95; I) MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: specs file X-Priority: 3 (Normal) References: <199811011859 DOT NAA14320 AT indy DOT delorie DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com DJ Delorie wrote : > > The only other solution I can think of is to have all (or at least the > major) djgpp headers #include . This won't help > programs that don't include any system headers, but unless we hack cpp > or keep the specs file as-is, I can't think of a better solution. Since there are really not so much programs, which test for __DJGPP_MINOR__ or __DJGPP_MAJOR__, I think we can live with this and the person, who writes code which depends on this symbols should either include that djgpp/version.h directly or one of the system header which includes it. Robert