pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-06-04
2015-06-04 20:59:17 by Martin Karlgren <marty@roxen.com>
8775df20ef2b88d1fbef71bd3f93fa0ebd7c11f8 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
count_memory: avoid visiting refs at all in negative lookahead mode.
2181:
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);