guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: Fix build when threads are disabled


From: Andy Wingo
Subject: [Guile-commits] 01/01: Fix build when threads are disabled
Date: Wed, 16 Dec 2015 09:49:47 +0000

wingo pushed a commit to branch master
in repository guile.

commit 3c271457f10d05b1f37c4b89c5cdcc4adec337ba
Author: Andy Wingo <address@hidden>
Date:   Wed Dec 16 09:48:37 2015 +0000

    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.
---
 module/language/cps/intmap.scm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/module/language/cps/intmap.scm b/module/language/cps/intmap.scm
index ba9d1c0..c29fa9e 100644
--- a/module/language/cps/intmap.scm
+++ b/module/language/cps/intmap.scm
@@ -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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]