2014-08-18
2014-08-18 21:31:29 by Martin Nilsson <nilsson@opera.com>
-
368623577dc4f944e8a4f3e63375e0d20024d9fc
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: 8.0
Shortened some error messages.
393: Inside #if SIZEOF_INT_TYPE > 4
case 2:
#if SIZEOF_INT_TYPE > 4
if (val < MIN_INT32 || val > MAX_INT32)
- Pike_error ("cast: Item %d is too large: %"PRINTPIKEINT"x.\n",
+ Pike_error ("Item %d is too large: %"PRINTPIKEINT"x.\n",
i, val);
#endif
break;