Difference for main/hash.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Functions to do hash table lookup.   * Functions to do hash table lookup.
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:07:45  donut   * Revision 1.2  1999/06/14 23:44:12  donut
  * Initial revision   * Orulz' svgalib/ggi/noerror patches.
    *
    * Revision 1.1.1.1  1999/06/14 22:07:45  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.0  1995/02/27  11:28:01  john   * Revision 2.0  1995/02/27  11:28:01  john
  * New version 2.0, which has no anonymous unions, builds with   * New version 2.0, which has no anonymous unions, builds with
Line 61
 
Line 64
 //added 05/17/99 Matt Mueller   //added 05/17/99 Matt Mueller
 #include "u_mem.h"  #include "u_mem.h"
 //end addition -MM  //end addition -MM
   //added 6/15/99 Owen Evans
   #include "strutil.h"
   //end end addition -OE
   
    
 int hashtable_init( hashtable *ht, int size ) {  int hashtable_init( hashtable *ht, int size ) {
  int i;   int i;

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2