[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.8 and 1.9

version 1.8, 2001/07/18 14:49:13 version 1.9, 2001/09/05 22:32:41
Line 232 
Line 232 
 #endif  #endif
   
         ParseVErrorInternal(Parse_Getfilename(), Parse_Getlineno(), type, fmt, ap);          ParseVErrorInternal(Parse_Getfilename(), Parse_Getlineno(), type, fmt, ap);
           va_end(va);
 }  }
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9