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

Diff for /src/usr.bin/m4/misc.c between version 1.24 and 1.25

version 1.24, 2001/09/19 13:14:18 version 1.25, 2001/10/10 11:17:37
Line 353 
Line 353 
 doprintfilename(f)  doprintfilename(f)
         struct input_file *f;          struct input_file *f;
 {  {
           pbstr(rquote);
         pbstr(f->name);          pbstr(f->name);
           pbstr(lquote);
 }  }
   
 /*  /*

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