(handle_directive): Fix typo...
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jan 1995 17:48:25 +0000 (12:48 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jan 1995 17:48:25 +0000 (12:48 -0500)
commit2e420a17f71d3bceba073f34cdfd402dbcecdb7a
tree0c84255889820c4424487e0e21e8b6f6e4036bad
parent3c86a619b57dc709a68840fda2060422065ff31d
(handle_directive): Fix typo...

(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 <\'"/.

From-SVN: r8804
gcc/cccp.c