[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.5 and 1.6

version 1.5, 2008/01/29 22:23:10 version 1.6, 2008/11/04 07:22:35
Line 38 
Line 38 
  *      from: @(#)job.h 8.1 (Berkeley) 6/6/93   *      from: @(#)job.h 8.1 (Berkeley) 6/6/93
  */   */
   
 /* ok = Job_CheckCommands(node, abort);  /* ok = Job_CheckCommands(node);
  *      verify the integrity of a node's commands, pulling stuff off   *      verify the integrity of a node's commands, pulling stuff off
  *      .DEFAULT and other places if necessary.   *      .DEFAULT and other places if necessary.
  */   */
 extern bool Job_CheckCommands(GNode *, void (*abortProc)(char *, ...));  extern bool Job_CheckCommands(GNode *);
   extern void job_failure(GNode *, void (*abortProc)(char *, ...));
 /* Job_Touch(node);  /* Job_Touch(node);
  *      touch the path corresponding to a node or update the corresponding   *      touch the path corresponding to a node or update the corresponding
  *      archive object.   *      archive object.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6