Difference for common/shstr.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_shstr_c =   * static char *rcsid_shstr_c =
  *   "$Id: shstr.c,v 1.8 2005/12/05 23:34:03 akirschbaum Exp $";   *   "$Id: shstr.c,v 1.9 2006/03/12 17:03:35 tchize Exp $";
  *   *
  * shstr.c   * shstr.c
  *   *
Line 222
 
Line 222
   
 int  int
 query_refcount(const char *str) {  query_refcount(const char *str) {
     return SS(str)->refcount;      return (SS(str)->refcount) & ~TOPBIT;
 }  }
   
 /*  /*


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

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