]> git.ipfire.org Git - thirdparty/gcc.git/commit
cccp.c (ignore_escape_flag): Add support for \ as `natural' characters in file names...
authorMike Stump <mrs@wrs.com>
Mon, 7 Dec 1998 14:57:30 +0000 (14:57 +0000)
committerDave Brolley <brolley@gcc.gnu.org>
Mon, 7 Dec 1998 14:57:30 +0000 (09:57 -0500)
commitc25d8793cce98e6abaaf9c44be1526aaabd54e43
treeb4caf25320b0e53c6673cf24365c3f744631bb63
parent3a5ac29d20f6f97f0df1f49b8494b64f3e034266
cccp.c (ignore_escape_flag): Add support for \ as `natural' characters in file names in #line to be...

Mon Dec  7 17:55:06 1998  Mike Stump  <mrs@wrs.com>
* cccp.c (ignore_escape_flag): Add support for \ as `natural'
characters in file names in #line to be consistent with #include
handling.  We support escape prcessing in the # 1 "..." version of
the command.  See also support in cp/lex.c.
(handle_directive): Likewise.
(do_line): Likewise.

From-SVN: r24156
gcc/ChangeLog
gcc/cccp.c