pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-08-06
2008-08-06 12:25:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6e22f012e8ead5e20a8f4c1c1972f21b7b7184f6 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug in call_handle_inherit().
Rev: src/program.c:1.738
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.
737
2008/
07
/
16
01
:
08
:
05
mast
Exp $
+
|| $Id: program.c,v 1.
738
2008/
08
/
06
12
:
25
:
59
grubba
Exp $
*/ #include "global.h"
4541:
if (Pike_sp[-1].type != T_INT) return 1; else {
-
pop_stack();
+
my_yyerror("Couldn't find program %S", s); } else { handle_compile_exception ("Error finding program"); }
-
+
pop_stack();
return 0; }