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: Gary Houston
Subject: guile/guile-core/ice-9 boot-9.scm
Date: Sun, 10 Jun 2001 13:44:45 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   01/06/10 13:44:45

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

Log message:
        * boot-9.scm: use the (ice-9 rdelim) module if
        include-deprecated-features is true.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/boot-9.scm.diff?cvsroot=OldCVS&tr1=1.260&tr2=1.261&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.260 
guile/guile-core/ice-9/boot-9.scm:1.261
--- guile/guile-core/ice-9/boot-9.scm:1.260     Mon Jun  4 15:14:16 2001
+++ guile/guile-core/ice-9/boot-9.scm   Sun Jun 10 13:44:45 2001
@@ -3063,6 +3063,11 @@
 
 ;; Place the user in the guile-user module.
 ;;
+
 (define-module (guile-user))
+
+(if include-deprecated-features
+    ;; 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]