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

Diff for /src/usr.bin/make/job.c between version 1.120 and 1.121

version 1.120, 2010/07/19 19:46:44 version 1.121, 2012/03/22 13:47:12
Line 265 
Line 265 
                         type = "Should not happen";                          type = "Should not happen";
                         break;                          break;
                 }                  }
         if (p->n->lineno)          if (p->n->origin.lineno)
                 Error(" %s %d (%s, line %lu of %s)",                  Error(" %s %d (%s, line %lu of %s)",
                     type, p->code, p->n->name, p->n->lineno, p->n->fname);                      type, p->code, p->n->name, p->n->origin.lineno, p->n->origin.fname);
         else          else
                 Error(" %s %d (%s)", type, p->code, p->n->name);                  Error(" %s %d (%s)", type, p->code, p->n->name);
         }          }

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121