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

Diff for /src/usr.bin/make/Attic/hash.h between version 1.4 and 1.5

version 1.4, 1998/12/05 00:06:27 version 1.5, 2000/03/26 16:21:32
Line 100 
Line 100 
  *     char *val;   *     char *val;
  */   */
   
 #define Hash_SetValue(h, val) ((h)->clientData = (ClientData) (val))  #define Hash_SetValue(h, val) ((h)->clientData = (val))
   
 /*  /*
  * Hash_Size(n) returns the number of words in an object of n bytes   * Hash_Size(n) returns the number of words in an object of n bytes

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5