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/gen-scmconfig.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/gen-scmconfig.c')
-rw-r--r-- | libguile/gen-scmconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/gen-scmconfig.c b/libguile/gen-scmconfig.c index 4ac90f0a5..65e7f6f09 100644 --- a/libguile/gen-scmconfig.c +++ b/libguile/gen-scmconfig.c @@ -21,7 +21,7 @@ Description of Guile's public config header mechanics: ----------------------------------------------------- - Guile has four core headers: + Guile has three core headers: config.h: Guile's private automatically generated configuration header -- generated by configure.in and autoheader. *NOT* @@ -42,7 +42,7 @@ gen-scmconfig.h.in), and the information provided in this file, gen-scmconfig.c. - libguile/__scm.h: Guile's public core header. This file is + libguile/scm.h: Guile's public core header. This file is installed and publically visible. It includes libguile/scmconfig.h, the public config header and provides a place to make decisions based on the information gathered in |