diff options
author | Andy Wingo <wingo@pobox.com> | 2018-06-20 16:33:05 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2018-06-20 16:33:33 +0200 |
commit | 97cc65fee47997b4fe542507fa3e607a255d6d73 (patch) | |
tree | 71649274e0a404f8774a22884068fd7b137fa094 /libguile/boolean.c | |
parent | d9eafa374c8c10608806b12fa1ebbceebd445461 (diff) | |
download | guile-97cc65fee47997b4fe542507fa3e607a255d6d73.tar.gz |
Rename __scm.h to scm.h
* libguile/scm.h: Rename. Update all includers.
Diffstat (limited to 'libguile/boolean.c')
-rw-r--r-- | libguile/boolean.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/boolean.c b/libguile/boolean.c index 4de9d4186..57486cb8d 100644 --- a/libguile/boolean.c +++ b/libguile/boolean.c @@ -38,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 __scm.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)); |