1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 05:50:26 +02:00

* and-let-star-compat.scm: Display the warning to the

`current-error-port'.
This commit is contained in:
Marius Vollmer 2001-02-08 18:39:08 +00:00
parent cb0d8be234
commit 6a721afbc8

View file

@ -1,11 +0,0 @@
;;;; 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")
(display ";;; Use (ice-9 and-let-star) instead.\n\n")
(export-syntax and-let*)