This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Predefining __OS_DOS__
- To: tromey at cygnus dot com
- Subject: Re: Predefining __OS_DOS__
- From: Jeffrey A Law <law at hurl dot cygnus dot com>
- Date: Fri, 11 Dec 1998 14:48:27 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <87vhjiv9ms.fsf@cygnus.com>you write:
> Jeff> Yes. DIR_SEPARATOR shows up in cpp and other parts of gcc, but
> Jeff> it's not used as often as it should be. Using it more would
> Jeff> allow for some cleanups of both the dos and vms support.
>
> It would be nice if DIR_SEPARATOR and friends were put into a header
> file somewhere. As it is they are duplicated in various places (the
> latest addition being java/jcf-path.c).
Yea. This stuff really belongs in system.h.
jeff