diff options
author | Andy Wingo <wingo@pobox.com> | 2018-06-20 16:10:54 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2018-06-20 16:10:54 +0200 |
commit | d9eafa374c8c10608806b12fa1ebbceebd445461 (patch) | |
tree | 2abd86bb9732351f8add96bacc9767a9a2b6ddec /libguile/print.c | |
parent | 32d94b6a8b8540b773e69ad4c780ab1f9f841283 (diff) | |
download | guile-d9eafa374c8c10608806b12fa1ebbceebd445461.tar.gz |
Inline tags.h into __scm.h
* libguile/__scm.h: Inline tags.h, and reformat comments. Before, these
files used to include each other!
* libguile.h:
* libguile/atomic.h:
* libguile/boolean.c:
* libguile/eq.h:
* libguile/gc-malloc.c:
* libguile/gc.c:
* libguile/pairs.c:
* libguile/pairs.h:
* libguile/ports.h:
* libguile/print.c:
* libguile/snarf.h:
* libguile/tags.h: Remove tags.h includes.
Diffstat (limited to 'libguile/print.c')
-rw-r--r-- | libguile/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/print.c b/libguile/print.c index afae30421..404ab2eea 100644 --- a/libguile/print.c +++ b/libguile/print.c @@ -84,7 +84,7 @@ static void write_character (scm_t_wchar, SCM); * This table must agree with the declarations in scm.h: {Immediate Symbols}. */ -/* This table must agree with the list of flags in tags.h. */ +/* This table must agree with the list of flags in __scm.h. */ static const char *iflagnames[] = { "#f", |