[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.97 and 1.98

version 1.97, 2014/01/29 23:53:20 version 1.98, 2014/05/12 19:11:19
Line 225 
Line 225 
 static struct ohash_info var_info = {  static struct ohash_info var_info = {
         offsetof(Var, name),          offsetof(Var, name),
         NULL,          NULL,
         hash_alloc, hash_free, element_alloc          hash_calloc, hash_free, element_alloc
 };  };
   
 static int classify_var(const char *, const char **, uint32_t *);  static int classify_var(const char *, const char **, uint32_t *);

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98