version 1.8 | version 1.9 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* 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 | |||
* | * | |||
|
| |||
int | int | |||
query_refcount(const char *str) { | query_refcount(const char *str) { | |||
return SS(str)->refcount; | return (SS(str)->refcount) & ~TOPBIT; | |||
} | } | |||
/* | /* |
Legend:
|