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

Diff for /src/usr.bin/make/var.h between version 1.9 and 1.10

version 1.9, 2007/09/17 09:44:20 version 1.10, 2007/09/17 09:45:37
Line 101 
Line 101 
         bool *);          bool *);
 /* Note that var_Error is an instance of the empty string "", so that  /* Note that var_Error is an instance of the empty string "", so that
  * callers who don't care don't need to. */   * callers who don't care don't need to. */
 extern char     var_Error[];  extern char     var_Error[];
   
 /* ok = Var_ParseSkip(&varspec, ctxt, &ok);  /* ok = Var_ParseSkip(&varspec, ctxt, &ok);
  *      Parses a variable specification and returns true if the varspec   *      Parses a variable specification and returns true if the varspec

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10