This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: "warning: unknown escape sequence `\%'"
- To: Zack Weinberg <zack at wolery dot cumb dot org>
- Subject: Re: "warning: unknown escape sequence `\%'"
- From: Richard Henderson <rth at cygnus dot com>
- Date: Thu, 18 May 2000 11:38:42 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <20000518110032.Y28532@wolery.cumb.org>
On Thu, May 18, 2000 at 11:00:32AM -0700, Zack Weinberg wrote:
> Now, no one uses pure SCCS anymore, and its successors (CSSC,
> Bitkeeper) can be told not to mangle strings with %X% in them. So I
> propose simply to remove all the backslashes.
Alternately, there's no particular reason we need to use '%'.
We could just as easily use '$' or something.
r~