pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-14
1998-01-14 07:53:52 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
0ffa008675f226db42ad1483fcebd25daf2b529b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
__INIT now handled more smoothly
Rev: src/interpret.c:1.58
Rev: src/program.c:1.49
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
57
1998/01/
13
22
:
56
:
43
hubbe Exp $");
+
RCSID("$Id: interpret.c,v 1.
58
1998/01/
14
07
:
53
:
52
hubbe Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
1531:
if(fun<0) {
-
pop_n_elems(
args
);
+
pop_n_elems(
sp-save_sp
);
push_int(0); return; }