mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
* boot-9.scm: use the (ice-9 rdelim) module if
include-deprecated-features is true.
This commit is contained in:
parent
811727c704
commit
6eb396fe09
1 changed files with 5 additions and 0 deletions
|
@ -3063,6 +3063,11 @@
|
||||||
|
|
||||||
;; Place the user in the guile-user module.
|
;; Place the user in the guile-user module.
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(define-module (guile-user))
|
(define-module (guile-user))
|
||||||
|
|
||||||
|
(if include-deprecated-features
|
||||||
|
;; automatic availability of this module is deprecated.
|
||||||
|
(use-modules (ice-9 rdelim)))
|
||||||
|
|
||||||
;;; boot-9.scm ends here
|
;;; boot-9.scm ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue