pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-09-05
2001-09-05 01:40:10 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
07bc85685715daea9202c882745be6a4e66bb2fe (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for -d3
Rev: src/interpret_functions.h:1.91
1:
/*
-
* $Id: interpret_functions.h,v 1.
90
2001/
08
/
31
07
:
19
:
18
hubbe Exp $
+
* $Id: interpret_functions.h,v 1.
91
2001/
09
/
05
01
:
40
:
10
hubbe Exp $
* * Opcode definitions for the interpreter. */
1303:
}else{ push_svalue(Pike_fp->locals + arg1); }
-
print_return_value();
+
DO_DUMB_RETURN; });