pike.git/
lib/
modules/
Geography.pmod/
Position.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:27:17 by Martin Nilsson <nilsson@opera.com>
129cf378c3d1e8873a2413e2a78deb33240d95ee (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Make illegal casts throw exception.
576:
if (to[..5]=="string") return latitude()+" "+longitude();
-
error("can't
cast to %O\n",to)
;
+
return
UNDEFINED
;
} //!