Ticket #54112: patch-agen5_guile-iface.h.diff
File patch-agen5_guile-iface.h.diff, 695 bytes (added by jwhowse4, 8 years ago) |
---|
-
agen5/guile-iface.h
old new 9 9 # error AutoGen does not work with this version of Guile 10 10 choke me. 11 11 12 #el if GUILE_VERSION < 20100012 #else 13 13 # define AG_SCM_IS_PROC(_p) scm_is_true( scm_procedure_p(_p)) 14 14 # define AG_SCM_LIST_P(_l) scm_is_true( scm_list_p(_l)) 15 15 # define AG_SCM_PAIR_P(_p) scm_is_true( scm_pair_p(_p)) 16 16 # define AG_SCM_TO_LONG(_v) scm_to_long(_v) 17 17 # define AG_SCM_TO_ULONG(_v) ((unsigned long)scm_to_ulong(_v)) 18 18 19 #else20 # error unknown GUILE_VERSION21 choke me.22 19 #endif 23 20 24 21 #endif /* MUTATING_GUILE_IFACE_H_GUARD */