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

Diff for /src/usr.bin/make/error.c between version 1.16 and 1.17

version 1.16, 2008/01/12 13:08:59 version 1.17, 2008/11/04 07:22:35
Line 108 
Line 108 
         va_end(ap);          va_end(ap);
         (void)fprintf(stderr, "\n");          (void)fprintf(stderr, "\n");
   
         DieHorribly();  
 }  
   
 /*-  
  * DieHorribly --  
  *      Exit without giving a message.  
  *  
  * Side Effects:  
  *      A big one...  
  */  
 void  
 DieHorribly(void)  
 {  
         Job_AbortAll();          Job_AbortAll();
         if (DEBUG(GRAPH2))          if (DEBUG(GRAPH2))
                 Targ_PrintGraph(2);                  Targ_PrintGraph(2);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17