/[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.8 by akim, Mon Apr 8 12:31:15 2002 UTC revision 1.9 by ra, Thu Apr 25 14:36:38 2002 UTC
# Line 38  static char *yyoutname = NULL; Line 38  static char *yyoutname = NULL;
38       yylineno = 1;       yylineno = 1;
39     }     }
40    
41    "@<:@" fputc ('[', yyout);
42    "@:>@" fputc (']', yyout);
43    
44  "__oline__"      fprintf (yyout, "%d", yylineno);  "__oline__"      fprintf (yyout, "%d", yylineno);
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;
48  .                ECHO;  .                ECHO;
49    

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

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