summaryrefslogtreecommitdiff
path: root/module/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2017-03-24 11:00:48 +0100
committerAndy Wingo <wingo@pobox.com>2017-03-28 19:23:13 +0200
commit6ba3f35f261293492206892c40b4cd7d29e372f8 (patch)
tree625223bab02ccb054bf38c897689cb007a047ca0 /module/Makefile.am
parentbcfc3f2e090038c3f3bb835370ce28693ddd07b1 (diff)
downloadguile-6ba3f35f261293492206892c40b4cd7d29e372f8.tar.gz
Plumbing changes to rename "syntax-module"
* module/ice-9/psyntax.scm (%syntax-module): Rename from syntax-module in order to make room for a new syntax-module primitive binding. * module/ice-9/psyntax-pp.scm: Regenerate. * module/ice-9/boot-9.scm: Push syntax bindings into an internal module. * module/system/syntax.scm: New file. * module/Makefile.am (SOURCES): Add system/syntax.scm.
Diffstat (limited to 'module/Makefile.am')
-rw-r--r--module/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/Makefile.am b/module/Makefile.am
index 67f041d20..ef7c20827 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -336,6 +336,8 @@ SOURCES = \
system/vm/traps.scm \
system/vm/vm.scm \
\
+ system/syntax.scm \
+ \
system/xref.scm \
\
sxml/apply-templates.scm \