/[bison]/bison/src/scan-gram.l
ViewVC logotype

Diff of /bison/src/scan-gram.l

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by eggert, Mon Aug 12 14:52:47 2002 UTC revision 1.25 by akim, Fri Oct 11 11:23:19 2002 UTC
# Line 347  blanks   [ \t\f]+ Line 347  blanks   [ \t\f]+
347    \\r   obstack_1grow (&string_obstack, '\r');    \\r   obstack_1grow (&string_obstack, '\r');
348    \\t   obstack_1grow (&string_obstack, '\t');    \\t   obstack_1grow (&string_obstack, '\t');
349    \\v   obstack_1grow (&string_obstack, '\v');    \\v   obstack_1grow (&string_obstack, '\v');
350    \\[\\""]   obstack_1grow (&string_obstack, yytext[1]);    \\[\\""'']   obstack_1grow (&string_obstack, yytext[1]);
351    \\(.|\n)      {    \\(.|\n)      {
352      LOCATION_PRINT (stderr, *yylloc);      LOCATION_PRINT (stderr, *yylloc);
353      fprintf (stderr, _(": unrecognized escape: %s\n"), quote (yytext));      fprintf (stderr, _(": unrecognized escape: %s\n"), quote (yytext));

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26