mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-14 01:30:19 +02:00
Initial revision
This commit is contained in:
parent
28ce54b7ff
commit
fedc330e46
1 changed files with 12 additions and 0 deletions
12
ice-9/and-let-star-compat.scm
Normal file
12
ice-9/and-let-star-compat.scm
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
;;;; This file will be installed as "and-let*.scm" on systems that
|
||||||
|
;;;; support it. It will go away in the future, use the module
|
||||||
|
;;;; (ice-9 and-let-star) instead.
|
||||||
|
|
||||||
|
(define-module (ice-9 and-let*)
|
||||||
|
:use-module (ice-9 and-let-star)
|
||||||
|
:re-export-syntax (and-let*))
|
||||||
|
|
||||||
|
(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))
|
Loading…
Add table
Add a link
Reference in a new issue