pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.c:1:
/* || 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" #include "program.h" #include "object.h" #include "dynamic_buffer.h" #include "pike_types.h" #include "stralloc.h" #include "las.h" #include "lex.h"
pike.git/src/program.c:1621:
CHECK_COMPILER(); ref_push_string(ident); ref_push_string(c->lex.current_file); if (c->handler) { ref_push_object(c->handler); } 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); free_svalue(&throw_value); mark_free_svalue (&throw_value); } else { handle_compile_exception ("Error resolving %S.", ident); } } else {