pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-04-20
2008-04-20 13:00:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8e7842b064b3e723d84abc83ae2c9fac1ea7c4eb (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Now uses safe_apply_current2().
Rev: src/program.c:1.673
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: program.c,v 1.
672
2008/04/
19
18
:
01
:
14
grubba Exp $
+
|| $Id: program.c,v 1.
673
2008/04/
20
13
:
00
:
42
grubba Exp $
*/ #include "global.h"
1628:
} else { push_int(0); }
-
if (!safe_apply_
current
(PC_RESOLV_FUN_NUM, 3)) {
+
if (!safe_apply_
current2
(PC_RESOLV_FUN_NUM, 3
, NULL
)) {
if(Pike_compiler->compiler_pass==2) { if (throw_value.type == T_STRING) { my_yyerror("%S", throw_value.u.string);