- guile-version.patch: Allow all patchlevel versions of guile 3.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/autogen?expand=0&rev=72
This commit is contained in:
Andreas Schwab 2020-03-23 15:18:05 +00:00 committed by Git OBS Bridge
parent c7a9349fd9
commit 8c817bff33
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 23 15:10:17 UTC 2020 - Andreas Schwab <schwab@suse.de>
- guile-version.patch: Allow all patchlevel versions of guile 3.0
-------------------------------------------------------------------
Tue Jan 21 10:41:18 UTC 2020 - Andreas Schwab <schwab@suse.de>

View File

@ -7,7 +7,7 @@ Index: autogen-5.18.16/agen5/guile-iface.h
choke me.
-#elif GUILE_VERSION < 203000
+#elif GUILE_VERSION <= 300000
+#elif GUILE_VERSION < 301000
# define AG_SCM_IS_PROC(_p) scm_is_true( scm_procedure_p(_p))
# define AG_SCM_LIST_P(_l) scm_is_true( scm_list_p(_l))
# define AG_SCM_PAIR_P(_p) scm_is_true( scm_pair_p(_p))