pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-12-23
2004-12-23 13:44:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7f83b541957b4b100fa47a866eb8bf68232aa1cd (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Oops.
Rev: src/builtin_functions.c:1.586
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: builtin_functions.c,v 1.
585
2004/12/23 13:44:
26
grubba Exp $
+
|| $Id: builtin_functions.c,v 1.
586
2004/12/23 13:44:
44
grubba Exp $
*/ #include "global.h"
3450:
case 2: if(Pike_sp[1-args].type == T_OBJECT) { if (Pike_sp[1-args].subtype) {
-
Pike_
fatal
("compile: "
+
Pike_
error
("compile: "
"Subtyped handler objects are not supported yet.\n"); } o=Pike_sp[1-args].u.object;