This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: document HOST_BITS_PER_LONGLONG and DIR_SEPARATOR_2
- To: Lars Brinkhoff <lars at nocrew dot org>
- Subject: Re: PATCH: document HOST_BITS_PER_LONGLONG and DIR_SEPARATOR_2
- From: Matt Kraai <kraai at alumni dot carnegiemellon dot edu>
- Date: Wed, 21 Feb 2001 09:09:49 -0700
- Cc: gcc-patches at gcc dot gnu dot org
Lars Brinkhoff wrote:
> +
> +@findex DIR_SEPARATOR_2
> +@item DIR_SEPARATOR_2
> +If your system uses an alternative character other than
> +@samp{DIR_SEPARATOR} to separate directory names within a file
> +specification, define this macro to be a C character constant specifying
> +that character. If you define this macro, GCC will test for both slash,
> +@samp{DIR_SEPARATOR}, and @samp{DIR_SEPARATOR_2} specify when parsing
> +filenames.
The last sentence might be better phrased as "GCC will test for
slash, @samp{DIR_SEPARATOR}, and @samp{DIR_SEPARATOR_2} when
parsing filenames."
Matt