pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-30
2001-03-30 16:45:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
cfc98402073aa443304c2ebbe862dbb2f9e4660a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/stralloc.c:1.124
26:
#define HUGE HUGE_VAL #endif /*!HUGE*/
-
RCSID("$Id: stralloc.c,v 1.
123
2001/03/30
15
:
34
:
53
grubba Exp $");
+
RCSID("$Id: stralloc.c,v 1.
124
2001/03/30
16
:
45
:
42
grubba Exp $");
#if PIKE_RUN_UNLOCKED /* Make this bigger when we get lightweight threads */
307:
static int bad_pointer(struct pike_string *s) {
-
return (((ptrdiff_t)s)&(sizeof(pike_string *)-1));
+
return (((ptrdiff_t)s)&(sizeof(
struct
pike_string *)-1));
} static int has_zero_refs(struct pike_string *s)