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

Diff for /src/usr.bin/make/extern.h between version 1.43 and 1.44

version 1.43, 2010/07/19 19:46:44 version 1.44, 2020/01/13 14:51:50
Line 40 
Line 40 
  *      from: @(#)nonints.h     8.3 (Berkeley) 3/19/94   *      from: @(#)nonints.h     8.3 (Berkeley) 3/19/94
  */   */
   
 extern bool     compatMake;     /* True if we are make compatible */  
 extern bool     ignoreErrors;   /* True if should ignore all errors */  extern bool     ignoreErrors;   /* True if should ignore all errors */
 extern bool     beSilent;       /* True if should print no commands */  extern bool     beSilent;       /* True if should print no commands */
 extern bool     noExecute;      /* True if should execute nothing */  extern bool     noExecute;      /* True if should execute nothing */

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44