Date: Wed, 7 Feb 2001 08:30:01 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Silver cc: djgpp AT delorie DOT com Subject: Re: trouble with MSDOS Macro In-Reply-To: <3A8028E6.E6F57836@gmx.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Precedence: bulk On Tue, 6 Feb 2001, Silver wrote: > Well OK. But it isn't documented. I just searched for "MSDOS" and I > could find anything about this macro. None of the predefined macros are documented (IMHO, their place is in the GCC manual). If you want to avoid such problems in the future, look at the `specs' file, or invoke "gcc -E" on an empty file with the -dM switch, which causes cpp to output all the predefined macros.