[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.85 and 1.86

version 1.85, 2009/05/13 10:47:54 version 1.86, 2010/04/25 13:59:53
Line 855 
Line 855 
 }  }
   
 static char *  static char *
 get_expanded_value(const char *name, const char *ename, int idx, uint32_t k,  get_expanded_value(const char *name, const char *ename, int idx, uint32_t k,
     SymTable *ctxt, bool err, bool *freePtr)      SymTable *ctxt, bool err, bool *freePtr)
 {  {
         char *val;          char *val;

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86