Difference for common/shstr.c from version 1.6 to 1.7


version 1.6 version 1.7
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_shstr_c =   * static char *rcsid_shstr_c =
  *   "$Id: shstr.c,v 1.6 2005/08/12 13:46:34 ryo_saeba Exp $";   *   "$Id: shstr.c,v 1.7 2005/10/28 19:08:53 akirschbaum Exp $";
  *   *
  * shstr.c   * shstr.c
  *   *
Line 58
 
Line 58
 static int  static int
 hashstr(const char *str) {  hashstr(const char *str) {
     unsigned long hash = 0;      unsigned long hash = 0;
     int i = 0, rot = 0;      int i = 0;
       unsigned rot = 0;
     const char *p;      const char *p;
   
     GATHER(hash_stats.calls);      GATHER(hash_stats.calls);


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:18