pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-06-11
2015-06-11 10:09:13 by Martin Karlgren <marty@roxen.com>
09b7dbabbffe538c6f911e8038a772b69f72867f (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
count_memory: avoid visiting refs at all in negative lookahead mode.
2242:
PMOD_EXPORT void visit_string (struct pike_string *s, int action, void *extra) { visit_enter(s, T_STRING, extra);
-
switch (action) {
+
switch (action
& VISIT_MODE_MASK
) {
#ifdef PIKE_DEBUG default: Pike_fatal ("Unknown visit action %d.\n", action);