summaryrefslogtreecommitdiff
path: root/libguile/boolean.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2018-06-20 16:10:54 +0200
committerAndy Wingo <wingo@pobox.com>2018-06-20 16:10:54 +0200
commitd9eafa374c8c10608806b12fa1ebbceebd445461 (patch)
tree2abd86bb9732351f8add96bacc9767a9a2b6ddec /libguile/boolean.h
parent32d94b6a8b8540b773e69ad4c780ab1f9f841283 (diff)
downloadguile-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/boolean.h')
-rw-r--r--libguile/boolean.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/boolean.h b/libguile/boolean.h
index 8d070d402..bee0d66b2 100644
--- a/libguile/boolean.h
+++ b/libguile/boolean.h
@@ -48,7 +48,7 @@
/*
* See the comments preceeding the definitions of SCM_BOOL_F and
- * SCM_MATCHES_BITS_IN_COMMON in tags.h for more information on
+ * SCM_MATCHES_BITS_IN_COMMON in __scm.h for more information on
* how the following macro works.
*/
#define scm_is_false_or_nil(x) \
@@ -68,7 +68,7 @@
* which will be ignored by SCM_MATCHES_BITS_IN_COMMON below.
*
* See the comments preceeding the definitions of SCM_BOOL_F and
- * SCM_MATCHES_BITS_IN_COMMON in tags.h for more information.
+ * SCM_MATCHES_BITS_IN_COMMON in __scm.h for more information.
*
* If SCM_ENABLE_ELISP is true, then scm_is_bool_or_nil(x)
* returns 1 if and only if x is one of the following: SCM_BOOL_F,
@@ -112,7 +112,7 @@ SCM_API int scm_to_bool (SCM x);
* ignored by SCM_MATCHES_BITS_IN_COMMON below.
*
* See the comments preceeding the definitions of SCM_BOOL_F and
- * SCM_MATCHES_BITS_IN_COMMON in tags.h for more information.
+ * SCM_MATCHES_BITS_IN_COMMON in __scm.h for more information.
*
* scm_is_lisp_false(x) returns 1 if and only if x is one of the
* following: SCM_BOOL_F, SCM_ELISP_NIL, SCM_EOL or