pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-06-17
2013-06-17 16:41:49 by Tobias S. Josefowitz <tobij@tobij.de>
649560b1501654dc9cd5a8afd2510118737c592b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
error.c: don't compare against PIKE_T_FLOAT to check for svalue types
370:
push_int(0); for (i=-args; i; i++) {
-
if (TYPEOF(oldsp[i]) <=
PIKE
_
T_FLOAT
) {
+
if (TYPEOF(oldsp[i]) <=
MAX
_
TYPE
) {
push_svalue(oldsp + i); } else { char buffer[50];