guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/ice-9 boot-9.scm


From: Marius Vollmer
Subject: guile/guile-core/ice-9 boot-9.scm
Date: Mon, 11 Jun 2001 10:23:42 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/06/11 10:23:42

Modified files:
        guile-core/ice-9: boot-9.scm 

Log message:
        Use `begin-deprecated' instead of testing
        `include-deprecated-features' when conditionally using the (ice-9
        rdelim) module.  See below.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/boot-9.scm.diff?cvsroot=OldCVS&tr1=1.261&tr2=1.262&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/boot-9.scm
diff -u guile/guile-core/ice-9/boot-9.scm:1.261 
guile/guile-core/ice-9/boot-9.scm:1.262
--- guile/guile-core/ice-9/boot-9.scm:1.261     Sun Jun 10 13:44:45 2001
+++ guile/guile-core/ice-9/boot-9.scm   Mon Jun 11 10:23:42 2001
@@ -3066,8 +3066,8 @@
 
 (define-module (guile-user))
 
-(if include-deprecated-features
-    ;; automatic availability of this module is deprecated.
-    (use-modules (ice-9 rdelim)))
+(begin-deprecated
+ ;; automatic availability of this module is deprecated.
+ (use-modules (ice-9 rdelim)))
 
 ;;; boot-9.scm ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]