pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-01-09
2008-01-09 13:42:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7b3ce1981b68e8eda714225e1b3d2095d9d16d3d (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
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),