mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(chicken
|
||||||
(require-extension syntax-case))
|
(require-extension syntax-case))
|
||||||
(guile
|
(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-34) (srfi srfi-35) - not in Guile 1.6.7
|
||||||
(srfi srfi-39)))
|
(srfi srfi-39)))
|
||||||
(sisc
|
(sisc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue