[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.15 and 1.16

version 1.15, 2012/10/02 10:29:31 version 1.16, 2012/10/09 19:39:59
Line 114 
Line 114 
  */   */
 extern char *Var_Substi(const char *, const char *, SymTable *, bool);  extern char *Var_Substi(const char *, const char *, SymTable *, bool);
   
   /* has_target = Var_Check_for_target(s):
    *      specialized tweak on Var_Subst that reads through a command line
    *      and looks for stuff like $@.
    *      Use to desambiguate a list of targets into a target group.
    */
   extern bool Var_Check_for_target(const char *);
   
 /* For loop handling.  /* For loop handling.
  *      // Create handle for variable name.   *      // Create handle for variable name.
Line 156 
Line 162 
 #define POISON_NOT_DEFINED      256  #define POISON_NOT_DEFINED      256
   
 extern void Var_MarkPoisoned(const char *, const char *, unsigned int);  extern void Var_MarkPoisoned(const char *, const char *, unsigned int);
   
 #endif  #endif

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16