Branch: Tag:

2016-12-31

2016-12-31 03:05:25 by Martin Nilsson <nilsson@fastmail.com>

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: