pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2018-12-16
2018-12-16 08:35:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fa5b780c2cf11083b9c0fe2dead7217b5e8256a8 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler: Fixed typos in previous commit.
4536:
struct program *p; struct inherit *inh; int fun;
-
push_multiset_
value
(l,
nodepos
);
+
push_multiset_
index
(l,
pos
);
if (TYPEOF(Pike_sp[-1]) == PIKE_T_OBJECT) { o = Pike_sp[-1].u.object; p = o->prog;