pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2010-11-19
2010-11-19 15:23:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
2666552937334f3e75b26750f1389c1ce4f6af8e (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed over-caching issue in F_COND_RECUR.
2572:
* * /grubba 2003-03-25 */
-
if(((p != Pike_fp->context->prog)
&&
+
if(((p != Pike_fp->context->prog)
||
(Pike_fp->context != &p->inherits[p->identifier_references[Pike_fp->context->identifier_level + arg1].inherit_offset])) ||