23 #if (SCM_MAJOR_VERSION < 2)
24 # define scm_c_string_length scm_i_string_length
26 #ifndef scm_from_utf8_string
27 # define scm_from_utf8_string scm_from_locale_string
28 # define scm_to_utf8_string scm_to_locale_string
33 #define scm_is_equal(obj1,obj2) scm_is_true(scm_equal_p(obj1,obj2))
34 #define scm_is_exact(obj) scm_is_true(scm_exact_p(obj))
35 #define scm_is_list(obj) scm_is_true(scm_list_p(obj))
36 #define scm_is_procedure(obj) scm_is_true(scm_procedure_p(obj))