mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
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.
This commit is contained in:
parent
32d94b6a8b
commit
d9eafa374c
14 changed files with 696 additions and 754 deletions
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include "libguile/boolean.h"
|
||||
#include "libguile/error.h"
|
||||
#include "libguile/tags.h"
|
||||
|
||||
#include "verify.h"
|
||||
|
||||
|
@ -39,7 +38,7 @@
|
|||
* terms of the SCM_MATCHES_BITS_IN_COMMON macro.
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
verify (SCM_BITS_DIFFER_IN_EXACTLY_ONE_BIT_POSITION \
|
||||
(SCM_BOOL_F_BITS, SCM_BOOL_T_BITS));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue