[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.8 and 1.9

version 1.8, 2007/09/17 09:28:36 version 1.9, 2007/09/17 09:44:20
Line 58 
Line 58 
         const char *, int);          const char *, int);
 #define Var_Append(n, v)        Var_Appendi_with_ctxt(n, NULL, v, VAR_GLOBAL)  #define Var_Append(n, v)        Var_Appendi_with_ctxt(n, NULL, v, VAR_GLOBAL)
 #define Var_Appendi(n, e, v)    Var_Appendi_with_ctxt(n, e, v, VAR_GLOBAL)  #define Var_Appendi(n, e, v)    Var_Appendi_with_ctxt(n, e, v, VAR_GLOBAL)
   
 /* Var_Deletei(name, end);  /* Var_Deletei(name, end);
  *      Deletes a global variable. */   *      Deletes a global variable. */
 extern void Var_Deletei(const char *, const char *);  extern void Var_Deletei(const char *, const char *);

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