pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2016-12-31
2016-12-31 03:05:25 by Martin Nilsson <nilsson@fastmail.com>
cababb805032c8a9dee782a3fc83ce5b86b3e75d (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Fixed error message for modulo as well.
4285:
{ case T_OBJECT: if(!call_lfun(LFUN_MOD,LFUN_RMOD))
-
PIKE_ERROR("`%", "Modulo on
different
types
.\n", sp, 2);
+
PIKE_ERROR("`%", "Modulo on
objects
without `% operator
.\n", sp, 2);
return; case T_FLOAT: