Branch: Tag:

2004-12-23

2004-12-23 13:44:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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;