c-lex.c (yylex): Fix boundary conditions in character literal and string literal...
authorDave Brolley <brolley@cygnus.com>
Mon, 27 Jul 1998 12:51:56 +0000 (12:51 +0000)
committerDave Brolley <brolley@gcc.gnu.org>
Mon, 27 Jul 1998 12:51:56 +0000 (08:51 -0400)
commit45e0984cdb0375ae04482f53c930530cab7e16b2
treef5c709a0172aa57e4f3fe5122348e354743a9a46
parentea6c1142846219717fa78ee9f030b841e7f4b52b
c-lex.c (yylex): Fix boundary conditions in character literal and string literal loops.

Mon Jul 27 14:22:36 1998  Dave Brolley  <brolley@cygnus.com>
* c-lex.c (yylex): Fix boundary conditions in character literal and
string literal loops.

From-SVN: r21413
gcc/ChangeLog
gcc/c-lex.c