mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +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:
parent
01c161ca11
commit
7c72fe0bb5
7 changed files with 1 additions and 9 deletions
|
@ -23,7 +23,6 @@
|
|||
#:use-module (language scheme amatch)
|
||||
#:use-module (ice-9 expand-support)
|
||||
#:use-module (ice-9 optargs)
|
||||
#:use-module ((ice-9 syncase) #:select (sc-macro))
|
||||
#:use-module ((system base compile) #:select (syntax-error))
|
||||
#:export (expand *expand-table* define-scheme-expander))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue