[BACK]Return to main.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/main.c between version 1.116 and 1.117

version 1.116, 2005/08/09 21:36:42 version 1.117, 2006/01/04 21:31:55
Line 1511  Fatal(const char *fmt, ...)
Line 1511  Fatal(const char *fmt, ...)
         va_start(ap, fmt);          va_start(ap, fmt);
         if (jobsRunning)          if (jobsRunning)
                 Job_Wait();                  Job_Wait();
         Job_TokenFlush();  
   
         (void)vfprintf(stderr, fmt, ap);          (void)vfprintf(stderr, fmt, ap);
         va_end(ap);          va_end(ap);

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

CVSweb <webmaster@jp.NetBSD.org>