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

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

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

revision 1.9 by ra, Thu Apr 25 14:36:38 2002 UTC revision 1.10 by hilfinger, Mon May 13 00:44:52 2002 UTC
# Line 41  static char *yyoutname = NULL; Line 41  static char *yyoutname = NULL;
41  "@<:@" fputc ('[', yyout);  "@<:@" fputc ('[', yyout);
42  "@:>@" fputc (']', yyout);  "@:>@" fputc (']', yyout);
43    
44  "__oline__"      fprintf (yyout, "%d", yylineno);  "__oline__"      fprintf (yyout, "%d", yylineno+1);
45  "__ofile__"      fprintf (yyout, "%s", yyoutname);  "__ofile__"      fprintf (yyout, "%s", yyoutname);
46  [^@_\n]+         ECHO;  [^@_\n]+         ECHO;
47  \n+              yylineno += yyleng; ECHO;  \n+              yylineno += yyleng; ECHO;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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