[BACK]Return to meta.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/meta.c between version 1.71 and 1.72

version 1.71, 2019/12/18 07:37:19 version 1.72, 2019/12/18 10:30:23
Line 653  meta_cmd_finish(void *pbmp)
Line 653  meta_cmd_finish(void *pbmp)
     if (!pbm)      if (!pbm)
         pbm = &Mybm;          pbm = &Mybm;
   
         fprintf(pbm->mfp, "\n");        /* ensure end with newline */      fprintf(pbm->mfp, "\n");    /* ensure end with newline */
     return error;      return error;
 }  }
   

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

CVSweb <webmaster@jp.NetBSD.org>