OSDN Git Service

(handle_directive): Fix typo: '\' caused next char to be copied
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jan 1995 17:48:25 +0000 (17:48 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jan 1995 17:48:25 +0000 (17:48 +0000)
commit2da12b1542279f83e8a817a5f0603d9806bfd435
tree0c84255889820c4424487e0e21e8b6f6e4036bad
parentfa9157fea12bf706deb36f0f13251f19f2d488f9
(handle_directive): Fix typo: '\' caused next char to be copied
blindly, which was an error if !traditional and if the next char was
newline or one of <\'"/.

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