pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2007-04-03
2007-04-03 17:06:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8aa4852d2e0388fbcc8519b2e2c3b9cef4692154 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/operators.c:1.219
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.
218
2007/04/03 17:
05
:
30
grubba Exp $
+
|| $Id: operators.c,v 1.
219
2007/04/03 17:
06
:
03
grubba Exp $
*/ #include "global.h"
5445:
ADD_EFUN2("`+",f_add, tOr7(tIfnot(tFuncV(tNone,tNot(tOr(tObj,tMix)),tMix),
-
tFuncV(tNone,tMix,tMix),
+
tFuncV(tNone,tMix,tMix)
)
,
tFuncV(tInt,tInt,tInt), tIfnot(tFuncV(tNone, tNot(tFlt), tMix), tFuncV(tOr(tInt,tFlt),tOr(tInt,tFlt),tFlt)),