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: Sun, 24 Jun 2001 18:06:33 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/06/24 18:06:33

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

Log message:
        (re-export-syntax): New.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/boot-9.scm.diff?cvsroot=OldCVS&tr1=1.263&tr2=1.264&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.263 
guile/guile-core/ice-9/boot-9.scm:1.264
--- guile/guile-core/ice-9/boot-9.scm:1.263     Sat Jun 16 13:14:24 2001
+++ guile/guile-core/ice-9/boot-9.scm   Sun Jun 24 18:06:33 2001
@@ -2831,6 +2831,7 @@
      (error "re-export can only be used at the top level"))))
 
 (define export-syntax export)
+(define re-export-syntax re-export)
 
 
 (define load load-module)



reply via email to

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