pike.git
/
src
/
operators.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/operators.c:1084:
} t1 = describe_type(type); SET_ONERROR(tmp1, do_free_string, t1); free_type(sval_type); bad_arg_error(NULL, Pike_sp-1, 1, 1, t1->str, Pike_sp-1, "%s(): Soft cast failed.\n%S", fname, s.s);
-
/* NOT_REACHED */
-
CALL_AND_UNSET_ONERROR(tmp1);
-
CALL_AND_UNSET_ONERROR(tmp0);
+
+
UNREACHABLE(
CALL_AND_UNSET_ONERROR(tmp1)
)
;
+
UNREACHABLE(
CALL_AND_UNSET_ONERROR(tmp0)
)
;
} } #define COMPARISON(ID,NAME,FUN) \ PMOD_EXPORT void ID(INT32 args) \ { \ int i; \ switch(args) \ { \ case 0: case 1: \