From: Silver Newsgroups: comp.os.msdos.djgpp Subject: trouble with MSDOS Macro Date: Tue, 06 Feb 2001 13:03:39 +0100 Organization: Private Lines: 9 Message-ID: <3A7FE81B.22C51C26@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 981460957 04 4359 QzRtXESSo-Pz+ 010206 12:02:37 X-Complaints-To: abuse AT t-online DOT com X-Sender: 320061326503-0001 AT t-dialin DOT net X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I need to call a namespace "MSDOS" (it contains MSDOS-specific stuff). DJGPPs preprocessor CPP replaces this as it seems to be a predefined macro. If I'd #undef it stdvalarray.h could be disturbed (besides: I don't want to write DJGPP specific code anyway). Is there any clean and good workaround? Thanks Silver