delorie.com/archives/browse.cgi | search |
Date: | Mon, 30 Apr 2001 12:05:54 -0400 |
Message-Id: | <200104301605.MAA15656@envy.delorie.com> |
X-Authentication-Warning: | envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | djgpp AT delorie DOT com |
In-reply-to: | <20010430093758.A5379@kendall.sfbr.org> (message from JT Williams |
on Mon, 30 Apr 2001 09:37:58 -0500) | |
Subject: | Re: __DJGPP__ and MSDOS |
References: | <20010430093758 DOT A5379 AT kendall DOT sfbr DOT org> |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
__DJGPP__ is defined in <sys/version.h>, which is forcibly included by gcc before your source is parsed, so it also is defined `immediately'. Unless, of course, you're using an old version of gcc that doesn't know about <sys/version.h>.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |