diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-02-08 18:39:08 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-02-08 18:39:08 +0000 |
commit | 6a721afbc84fcf7881376107b0b8eaffff2bc3b5 (patch) | |
tree | 0476ad50b960a0c2d6245793e6f316000df2fcdf | |
parent | cb0d8be234beaaa95481f2c5c7a2a0849d4f2a0f (diff) | |
download | guile-6a721afbc84fcf7881376107b0b8eaffff2bc3b5.tar.gz |
* and-let-star-compat.scm: Display the warning to the
`current-error-port'.
-rw-r--r-- | ice-9/and-let-star-compat.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ice-9/and-let-star-compat.scm b/ice-9/and-let-star-compat.scm index 497082458..e69de29bb 100644 --- a/ice-9/and-let-star-compat.scm +++ b/ice-9/and-let-star-compat.scm @@ -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*) |