pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-04-19
2015-04-19 06:07:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
39e833b9eb262beebb23e31282256158b1eb4c03 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Interpreter: Added fallback marker. Fixes [CID 742617].
2238:
args--; arg1=(void *)(Pike_sp-args-1);
+
/* FALL_THROUGH */
+
case APPLY_SVALUE: case APPLY_SVALUE_STRICT: apply_svalue: