pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-02-03
1998-02-03 23:12:26 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
9106ac7ca58377bbca7d3690dbbcf3fa26c11948 (
10
lines) (+
6
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix in trace
Rev: src/interpret.c:1.68
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
67
1998/02/03
05
:
29
:
25
hubbe Exp $");
+
RCSID("$Id: interpret.c,v 1.
68
1998/02/03
23
:
12
:
26
hubbe Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
1846:
pop_n_elems(sp-save_sp-1); }
-
if(save_sp+1 > sp
&& type != APPLY_SVALUE
)
+
if(save_sp+1 > sp)
{
-
+
if(type != APPLY_SVALUE)
push_int(0); }else{
-
if(t_flag) trace_return_value();
+
if(t_flag
>1
) trace_return_value();
} }