guile-cvs
[Top][All Lists]
Advanced

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

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


From: Marius Vollmer
Subject: guile/guile-core/ice-9 null.scm
Date: Thu, 12 Jul 2001 16:31:05 -0700

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Marius Vollmer <address@hidden> 01/07/12 16:31:05

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

Log message:
        Use `re-export' instead of `export' for re-exported
        core bindings.  Do not export `unquote' and `unquote-splicing'
        since there aren't definitions for them.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/null.scm.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.2&tr2=1.2.2.1&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/null.scm
diff -u guile/guile-core/ice-9/null.scm:1.2 guile/guile-core/ice-9/null.scm:1.3
--- guile/guile-core/ice-9/null.scm:1.2 Sun Jun  3 16:29:45 2001
+++ guile/guile-core/ice-9/null.scm     Thu Jul 12 16:27:07 2001
@@ -45,18 +45,17 @@
 (define-module (ice-9 null)
   :use-module (ice-9 syncase))
 
-(export define quote lambda if set!
+(re-export define quote lambda if set!
        
-       cond case and or
-       
-       let let* letrec
-       
-       begin do
-       
-       delay
-       
-       quasiquote unquote unquote-splicing
-
-       define-syntax
-       let-syntax letrec-syntax
-       )
+          cond case and or
+          
+          let let* letrec
+          
+          begin do
+          
+          delay
+          
+          quasiquote
+          
+          define-syntax
+          let-syntax letrec-syntax)



reply via email to

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