mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
Fix build when threads are disabled
* module/language/cps/intmap.scm: Remove srfi-18 import. We just need current-thread which is actually defined in (guile), and importing (srfi srfi-18) raises an error if Guile is compiled without threads support.
This commit is contained in:
parent
a1471e0244
commit
3c271457f1
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@
|
|||
(define-module (language cps intmap)
|
||||
#:use-module (srfi srfi-9)
|
||||
#:use-module (srfi srfi-9 gnu)
|
||||
#:use-module (srfi srfi-18)
|
||||
#:use-module (ice-9 match)
|
||||
#:export (empty-intmap
|
||||
intmap?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue