From 38c6f6fabf7161de052d0784d5e347f984cff04a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 25 Oct 2017 12:24:49 +0200 Subject: 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. --- am/bootstrap.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'am') 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 \ -- cgit v1.2.1