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