mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-05 03:30:24 +02:00
Use `re-export-syntax'.
This commit is contained in:
parent
2f2b150b42
commit
81fe97ae29
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
;;;; This file will be installed as "and-let*.scm" on systems that
|
||||
;;;; support it. It will go away in the future, use the module
|
||||
;;;; (and-let-star) instead.
|
||||
|
||||
(define-module (ice-9 and-let*)
|
||||
:use-module (ice-9 and-let-star))
|
||||
|
||||
(display ";;; The module name (ice-9 and-let*) is deprecated.\n"
|
||||
(current-error-port))
|
||||
(display ";;; Use (ice-9 and-let-star) instead.\n\n"
|
||||
(current-error-port))
|
||||
|
||||
(re-export-syntax and-let*)
|
Loading…
Add table
Add a link
Reference in a new issue