summaryrefslogtreecommitdiff
path: root/am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2017-10-25 12:24:49 +0200
committerAndy Wingo <wingo@pobox.com>2017-10-25 12:55:30 +0200
commit38c6f6fabf7161de052d0784d5e347f984cff04a (patch)
tree02b3d137e6b7af3e373e1e09c150d007b40b7962 /am
parenta7f9c32816f3569a60b088171a9a4313ed0dee70 (diff)
downloadguile-38c6f6fabf7161de052d0784d5e347f984cff04a.tar.gz
Add (system base types internal).
* module/system/base/types/internal.scm: New file, extracted from (system base types). * module/system/base/types.scm: Use (system base types internal) and adapt to %tc1-pair, %tc2-inum, and %tc3-heap-object name changes. * module/Makefile.am (SOURCES): * am/bootstrap.am (SOURCES): Add new file.
Diffstat (limited to 'am')
-rw-r--r--am/bootstrap.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/am/bootstrap.am b/am/bootstrap.am
index e0d4764f5..d84874563 100644
--- a/am/bootstrap.am
+++ b/am/bootstrap.am
@@ -1,5 +1,5 @@
## Copyright (C) 2009, 2010, 2011, 2012, 2013,
-## 2014, 2015 Free Software Foundation, Inc.
+## 2014, 2015, 2017 Free Software Foundation, Inc.
##
## This file is part of GNU Guile.
##
@@ -121,6 +121,7 @@ SOURCES = \
system/base/message.scm \
system/base/target.scm \
system/base/types.scm \
+ system/base/types/internal.scm \
system/base/ck.scm \
\
ice-9/boot-9.scm \