[BACK]Return to misc.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

Diff for /src/usr.bin/lex/misc.c between version 1.12 and 1.13

version 1.12, 2006/03/04 16:18:06 version 1.13, 2013/10/27 18:31:24
Line 395 
Line 395 
         {          {
         char directive[MAXLINE], filename[MAXLINE];          char directive[MAXLINE], filename[MAXLINE];
         char *s1, *s2, *s3;          char *s1, *s2, *s3;
         static char line_fmt[] = "#line %d \"%s\"\n";          static const char line_fmt[] = "#line %d \"%s\"\n";
   
         if ( ! gen_line_dirs )          if ( ! gen_line_dirs )
                 return;                  return;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13