Branch: Tag:

2008-01-09

2008-01-09 13:42:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed type for `*().

Rev: src/operators.c:1.224

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: operators.c,v 1.223 2007/12/28 10:29:43 grubba Exp $ + || $Id: operators.c,v 1.224 2008/01/09 13:42:49 grubba Exp $   */      #include "global.h"
5565:    "function(string,float:string)    */    ADD_EFUN2("`*", f_multiply, -  tOr9(tIfnot(tFuncV(tNone,tNot(tOr(tObj,tMix)),tMix),tFunction), +  tOr9(tIfnot(tFuncV(tNone,tNot(tOr(tObj,tMix)),tMix), +  tFuncV(tNone,tOr(tMix,tVoid),tMix)),    tFunc(tArr(tArr(tSetvar(1,tMix)))    tArr(tSetvar(1,tMix)),tArr(tVar(1))),    tFuncV(tInt,tInt,tInt),