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

Diff for /src/usr.bin/make/var.c between version 1.77 and 1.78

version 1.77, 2007/09/17 09:28:36 version 1.78, 2007/09/17 09:44:20
Line 98 
Line 98 
  * identical string instances...   * identical string instances...
  */   */
 static char     varNoError[] = "";  static char     varNoError[] = "";
 bool            errorIsOkay;  bool            errorIsOkay;
 static bool     checkEnvFirst;  /* true if environment should be searched for  static bool     checkEnvFirst;  /* true if environment should be searched for
                                  * variables before the global context */                                   * variables before the global context */
   

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78