1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-26 05:00:28 +02:00

ice-9 syncase now deprecated, woo

Remove #:use-module (ice-9 syncase) from lots of places, as it's no
longer needed.
This commit is contained in:
Andy Wingo 2009-04-23 13:34:23 +02:00
parent 01c161ca11
commit 7c72fe0bb5
7 changed files with 1 additions and 9 deletions

View file

@ -1,7 +1,5 @@
(define-module (language scheme amatch)
#:use-module (ice-9 syncase)
#:export (amatch apat))
;; FIXME: shouldn't have to export apat...
#:export (amatch))
;; This is exactly the same as pmatch except that it unpacks annotations
;; as needed.