OSDN Git Service

(rescan, handle_directive): Backslash no longer suppresses the specialness of
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Sep 1994 01:48:32 +0000 (01:48 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Sep 1994 01:48:32 +0000 (01:48 +0000)
commit3f3c23f4d45957b619bdf5c2d5f174342d7f5169
tree5ed0d27fa6a3c3cf3a9a9b3062aefe22e88ae331
parentf39e5d3f7cf77f435353abfa5376fe6300772753
(rescan, handle_directive): Backslash no longer suppresses the specialness of
the following char unless -traditional.
(rescan): Remove backslash-newline only if at top level, since
backslash-newline-space can be encountered during macro processing.
(collect_expansion): Remove special hack for \# inside a #define; it's not
compatible with the C Standard.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8069 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cccp.c