summaryrefslogtreecommitdiff
path: root/module/ice-9/boot-9.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2021-02-25 16:07:10 +0100
committerAndy Wingo <wingo@pobox.com>2021-02-25 21:26:43 +0100
commit697f2b3ca143e47c84341574a986c29b834034f9 (patch)
treedaa057cc5eefb24a19eb32542697347732b92bf3 /module/ice-9/boot-9.scm
parent6c57b2af79dbb36e0faaab6b79a6f80a1df20979 (diff)
downloadguile-697f2b3ca143e47c84341574a986c29b834034f9.tar.gz
Shunt syntax-sourcev to (system syntax internal)
* module/ice-9/boot-9.scm: Add syntax-sourcev to hidden bindings.
Diffstat (limited to 'module/ice-9/boot-9.scm')
-rw-r--r--module/ice-9/boot-9.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm
index 67d84ae52..f49516d6c 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)))