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

Diff for /src/usr.bin/make/Attic/hash.c between version 1.5 and 1.6

version 1.5, 1999/12/18 21:53:32 version 1.6, 2000/09/14 13:32:06
Line 39 
Line 39 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)hash.c      8.1 (Berkeley) 6/6/93";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 /* hash.c --  /* hash.c --
  *   *
  *      This module contains routines to manipulate a hash table.   *      This module contains routines to manipulate a hash table.
Line 57 
Line 49 
 #include "sprite.h"  #include "sprite.h"
 #include "make.h"  #include "make.h"
 #include "hash.h"  #include "hash.h"
   
   #ifndef lint
   #if 0
   static char sccsid[] = "@(#)hash.c      8.1 (Berkeley) 6/6/93";
   #else
   UNUSED
   static char rcsid[] = "$OpenBSD$";
   #endif
   #endif /* not lint */
   
 /*  /*
  * Forward references to local procedures that are used before they're   * Forward references to local procedures that are used before they're

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