/[guile]/guile/guile-core/ice-9/and-let-star-compat.scm
ViewVC logotype

Diff of /guile/guile-core/ice-9/and-let-star-compat.scm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.2.1 by ttn, Mon Apr 8 20:45:15 2002 UTC revision 1.3.2.2 by ttn, Fri May 3 10:00:30 2002 UTC
# Line 3  Line 3 
3  ;;;; (ice-9 and-let-star) instead.  ;;;; (ice-9 and-let-star) instead.
4    
5  (define-module (ice-9 and-let*)  (define-module (ice-9 and-let*)
6    :use-module (ice-9 and-let-star)    :use-module (ice-9 and-let-star))
   :re-export-syntax (and-let*))  
7    
8  (display ";;; The module name (ice-9 and-let*) is deprecated.\n"  (display ";;; The module name (ice-9 and-let*) is deprecated.\n"
9           (current-error-port))           (current-error-port))
10  (display ";;; Use (ice-9 and-let-star) instead.\n\n"  (display ";;; Use (ice-9 and-let-star) instead.\n\n"
11           (current-error-port))           (current-error-port))
12    
13    (export-syntax and-let*)

Legend:
Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26