1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

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.
This commit is contained in:
Andy Wingo 2017-10-25 12:24:49 +02:00
parent a7f9c32816
commit 38c6f6fabf
4 changed files with 148 additions and 52 deletions

View file

@ -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 \