diff options
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 |