pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2007-03-31
2007-03-31 12:58:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
68155a880de9b7a6fe83dc7d2ba5cf3cbc815247 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo in type of `&. Detected by the new type checker.
Rev: src/operators.c:1.217
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.
216
2007/03/
20
17
:
41
:
54
grubba Exp $
+
|| $Id: operators.c,v 1.
217
2007/03/
31
12
:
58
:
02
grubba Exp $
*/ #include "global.h"
5494:
#define F_AND_TYPE(Z) \ tOr(tFunc(tSetvar(0,Z),tVar(0)), \
-
tIfnot(
tFunc
(Z,tMix),
\
+
tIfnot(
tFuncV
(
tNone, tNot(
Z
)
,
tMix), \
tFuncV(tSetvar(1,Z),tSetvar(2,Z), \ tOr(tVar(1),tVar(2)))))