mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue