summaryrefslogtreecommitdiff
path: root/module/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2019-11-03 21:37:02 +0100
committerAndy Wingo <wingo@pobox.com>2019-11-03 21:37:02 +0100
commit54ab2175f96ed0814d205e304f998be4b07ba78f (patch)
treee0330745dfbf80ec95b05d348d3e69a44830e2fd /module/Makefile.am
parent90d52a9e1dd6419e0fef13e7b09e284e9d895920 (diff)
downloadguile-54ab2175f96ed0814d205e304f998be4b07ba78f.tar.gz
Add (ice-9 exceptions) module
* module/ice-9/exceptions.scm: New file, derived from (rnrs conditions). Perhaps unadvisedly, in this file I've renamed a number of the identifiers. I have never found that the R6RS identifiers made sense to me. For now this is an internal module that R6RS and SRFI-35 will be based on. * module/Makefile.am (SOURCES): Add the new file. * module/rnrs/conditions.scm (rnrs): Export renamed identifiers from (ice-9 exceptions).
Diffstat (limited to 'module/Makefile.am')
-rw-r--r--module/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/Makefile.am b/module/Makefile.am
index 79f42d353..dff2f9500 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -57,6 +57,7 @@ SOURCES = \
ice-9/documentation.scm \
ice-9/eval-string.scm \
ice-9/eval.scm \
+ ice-9/exceptions.scm \
ice-9/expect.scm \
ice-9/fdes-finalizers.scm \
ice-9/format.scm \