pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2016-12-10
2016-12-10 16:29:07 by Martin Nilsson <nilsson@fastmail.com>
f402aa1a12a8701fd2df3cc2425bdd0221743811 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Another use of UNREACHABLE.
4852:
Pike_fatal ("Unexpected bound_types.\n"); #endif }
-
return "Unexpected bound_types";
/* Make compiler quiet */
+
UNREACHABLE(
return "Unexpected bound_types"
)
;
} PMOD_EXPORT void o_range2 (int bound_types)