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

Diff for /src/usr.bin/make/engine.h between version 1.14 and 1.15

version 1.14, 2019/12/21 15:29:25 version 1.15, 2020/01/13 14:56:59
Line 131 
Line 131 
  */   */
 extern bool job_run_next(Job *);  extern bool job_run_next(Job *);
   
 /* job_handle_status(job, waitstatus):  /* handle_job_status(job, waitstatus):
  *      process a wait return value corresponding to a job, display   *      process a wait return value corresponding to a job, display
  *      messages and set job status accordingly.   *      messages and set job status accordingly.
  */   */
 extern void job_handle_status(Job *, int);  extern void handle_job_status(Job *, int);
   
 #endif  #endif

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15