pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2019-02-06
2019-02-06 22:17:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
09ccc468d623ca0ad917a6300be68b2f183d9d6b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/debugger-concept
Compiler: Fixed typos in previous commit.
4535:
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;