guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 13/13: Shunt syntax-sourcev to (system syntax internal)


From: Andy Wingo
Subject: [Guile-commits] 13/13: Shunt syntax-sourcev to (system syntax internal)
Date: Thu, 25 Feb 2021 15:39:12 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit 697f2b3ca143e47c84341574a986c29b834034f9
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Thu Feb 25 16:07:10 2021 +0100

    Shunt syntax-sourcev to (system syntax internal)
    
    * module/ice-9/boot-9.scm: Add syntax-sourcev to hidden bindings.
---
 module/ice-9/boot-9.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm
index 67d84ae..f49516d 100644
--- a/module/ice-9/boot-9.scm
+++ b/module/ice-9/boot-9.scm
@@ -4672,7 +4672,8 @@ R7RS."
                      make-syntax
                      syntax-expression
                      syntax-wrap
-                     syntax-module)))
+                     syntax-module
+                     syntax-sourcev)))
 
 
 



reply via email to

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