Date: Wed, 19 Jan 2000 12:13:36 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mumit Khan cc: pavenis AT lanet DOT lv, djgpp-workers AT delorie DOT com Subject: Re: (patch) updated protoize patch In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 18 Jan 2000, Mumit Khan wrote: > I also changed the ``DJGPP'' macro to __MSDOS__ following the rest of gcc. > DJGPP seems to yet another namespace polluting macro -- I would think that > you guys would use __DJGPP__ instead. We should use __DJGPP__ when the code uses some feature or function specific to DJGPP, and __MSDOS__ for code that should work with any MS-DOS compiler or code that works around some MS-DOS-specific problem. What kind of problem/feature are we talking about in this case?