Accepting request 787525 from Base:System

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

OBS-URL: https://build.opensuse.org/request/show/787525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autogen?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2020-05-04 16:31:50 +00:00 committed by Git OBS Bridge
commit 8d8e1ca8a2
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))