mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 16:30:19 +02:00
Use `begin-deprecated' instead of testing
`include-deprecated-features' when conditionally using the (ice-9 rdelim) module. See below.
This commit is contained in:
parent
00d8d838bb
commit
de698bfa26
1 changed files with 3 additions and 3 deletions
|
@ -3066,8 +3066,8 @@
|
|||
|
||||
(define-module (guile-user))
|
||||
|
||||
(if include-deprecated-features
|
||||
;; automatic availability of this module is deprecated.
|
||||
(use-modules (ice-9 rdelim)))
|
||||
(begin-deprecated
|
||||
;; automatic availability of this module is deprecated.
|
||||
(use-modules (ice-9 rdelim)))
|
||||
|
||||
;;; boot-9.scm ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue