diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-03-14 16:51:37 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-03-14 16:51:37 +0000 |
commit | 0e76bf6680a65debaf44c771f19ebe717c44fa4b (patch) | |
tree | bf64ccb7620e5d7569745c224073d0ab8a621231 /libguile/init.c | |
parent | ed6e0c83f585a684f23758d2fa54f267056272e6 (diff) | |
download | guile-0e76bf6680a65debaf44c771f19ebe717c44fa4b.tar.gz |
* Makefile.am, init.c, libguile.h, objects.c, root.h: Replaced
"kw" --> "keywords" everywhere.
(I doubt that this will cause big compatibility problems since the
application interface is unaffected.)
Diffstat (limited to 'libguile/init.c')
-rw-r--r-- | libguile/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/init.c b/libguile/init.c index 0e29d75bf..6907ed910 100644 --- a/libguile/init.c +++ b/libguile/init.c @@ -75,7 +75,7 @@ #include "iselect.h" #endif #include "ioext.h" -#include "kw.h" +#include "keywords.h" #include "list.h" #include "load.h" #include "macros.h" @@ -448,7 +448,7 @@ scm_boot_guile_1 (base, closure) scm_init_iselect (); #endif scm_init_ioext (); - scm_init_kw (); + scm_init_keywords (); scm_init_list (); scm_init_macros (); scm_init_mallocs (); |