pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-06-08
2013-06-08 16:41:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>
358b1681b1204b4db1da12172faa07c78cbff953 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed the type for `->() some more.
4273:
case F_MAGIC_INDEX: /* FIXME: Could have a stricter type for ::`->(). */ /* FIXME: */
-
MAKE_CONSTANT_TYPE(n->type,
tFuncV
(tStr
tOr
(tVoid,tObj) tOr(tVoid,tInt),
tVoid,
tMix));
+
MAKE_CONSTANT_TYPE(n->type,
tFunc
(tStr
tOr3
(tVoid,tObj
,tDeprecated(tInt
)
)
+
tOr(tVoid,tInt),
tMix));
break; case F_MAGIC_SET_INDEX: /* FIXME: Could have a stricter type for ::`->=(). */