This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Predefining __OS_DOS__
- To: egcs at cygnus dot com
- Subject: Re: Predefining __OS_DOS__
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 11 Dec 1998 11:03:39 -0700
- Newsgroups: cygnus.egcs
- Organization: Cygnus Solutions
- References: <9812111040.AA25982@nile.gnat.com>, <12435.913395755.cygnus.egcs@hurl.cygnus.com>
- Reply-To: tromey at cygnus dot com
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).
Tom