Cyclone Scheme
0.4
Error checking
Cyc_check_bounds
Cyc_check_bvec
Cyc_check_cond_var
Cyc_check_int
Cyc_check_mutex
Cyc_check_num
Cyc_check_num_args
Cyc_check_obj
Cyc_check_pair
Cyc_check_pair_or_null
Cyc_check_port
Cyc_check_proc
Cyc_check_str
Cyc_check_sym
Cyc_check_type
Cyc_check_type2
Cyc_check_vec
Cyc_invalid_type_error
◆
Cyc_check_type2
#define Cyc_check_type2
(
data,
fnc_test,
tag,
obj
)
Value:
{ \
if ((
boolean_f
== fnc_test(data, obj)))
Cyc_invalid_type_error
(data, tag, obj); }
boolean_f
const object boolean_f
Definition:
runtime.c:287
Cyc_invalid_type_error
void Cyc_invalid_type_error(void *data, int tag, object found)
Definition:
runtime.c:58
Generated by
1.8.13