summaryrefslogtreecommitdiff
path: root/libguile/print.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2018-06-20 16:33:05 +0200
committerAndy Wingo <wingo@pobox.com>2018-06-20 16:33:33 +0200
commit97cc65fee47997b4fe542507fa3e607a255d6d73 (patch)
tree71649274e0a404f8774a22884068fd7b137fa094 /libguile/print.c
parentd9eafa374c8c10608806b12fa1ebbceebd445461 (diff)
downloadguile-97cc65fee47997b4fe542507fa3e607a255d6d73.tar.gz
Rename __scm.h to scm.h
* libguile/scm.h: Rename. Update all includers.
Diffstat (limited to 'libguile/print.c')
-rw-r--r--libguile/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/print.c b/libguile/print.c
index 404ab2eea..41459a440 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 __scm.h. */
+/* This table must agree with the list of flags in scm.h. */
static const char *iflagnames[] =
{
"#f",