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

Remove deprecation warnings from the build

* module/srfi/srfi-35.scm: Remove explicit use of (ice-9 syncase).

* test-suite/tests/r5rs_pitfall.test: Same again.

* test-suite/tests/syncase.test: Remove "(ice-9 syncase) loads" test;
  syncase is always loaded now.
This commit is contained in:
Neil Jerram 2009-09-17 01:18:14 +01:00
parent 93683f9bb1
commit f564f4784f
3 changed files with 0 additions and 7 deletions

View file

@ -28,7 +28,6 @@
(define-module (srfi srfi-35)
#:use-module (srfi srfi-1)
#:use-module (ice-9 syncase)
#:export (make-condition-type condition-type?
make-condition condition? condition-has-type? condition-ref
make-compound-condition extract-condition