SRFI-64: Remove use of (ice-9 syntax-case).
* srfi/srfi-64.upstream.scm [guile]: Remove use of (ice-9 syntax-case).
This commit is contained in:
parent
33594aa489
commit
fd96bc05c2
|
@ -24,7 +24,7 @@
|
|||
(chicken
|
||||
(require-extension syntax-case))
|
||||
(guile
|
||||
(use-modules (ice-9 syncase) (srfi srfi-9)
|
||||
(use-modules (srfi srfi-9)
|
||||
;;(srfi srfi-34) (srfi srfi-35) - not in Guile 1.6.7
|
||||
(srfi srfi-39)))
|
||||
(sisc
|
||||
|
|
Loading…
Reference in New Issue