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

Diff for /src/usr.bin/make/engine.c between version 1.28 and 1.29

version 1.28, 2010/04/25 13:59:53 version 1.29, 2012/03/22 13:47:12
Line 253 
Line 253 
         /* if the parent node doesn't have any location, then inherit the          /* if the parent node doesn't have any location, then inherit the
          * use stuff, since that gives us better error messages.           * use stuff, since that gives us better error messages.
          */           */
         if (!pgn->lineno) {          if (!pgn->origin.lineno)
                 pgn->lineno = cgn->lineno;                  pgn->origin = cgn->origin;
                 pgn->fname = cgn->fname;  
         }  
 }  }
   
 void  void

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29