delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
Date: | Mon, 1 Apr 2002 16:35:37 -0500 |
Message-Id: | <200204012135.g31LZb009835@envy.delorie.com> |
X-Authentication-Warning: | envy.delorie.com: dj set sender to dj AT delorie DOT com using -f |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | emacduffie AT mediaone DOT net |
CC: | djgpp AT delorie DOT com |
In-reply-to: | <r34q8.4238$Ba.3153129@typhoon1.se.ipsvc.net> |
(emacduffie AT mediaone DOT net) | |
Subject: | Re: Preprocessor directives |
References: | <r34q8.4238$Ba DOT 3153129 AT typhoon1 DOT se DOT ipsvc DOT net> |
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 |
If you compile with "-v" gcc will tell you which ones it's using for your particular host. For DJGPP, the two recommended ones are: __MSDOS__ - most dos compilers define this, to tell you you're dealing with a dos-like filesystem. __DJGPP__ - specific to DJGPP version 2 and higher. BTW: djgpp has clrscr() to clear the screen.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |