summaryrefslogtreecommitdiff
path: root/libguile/init.c
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1999-03-14 16:51:37 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1999-03-14 16:51:37 +0000
commit0e76bf6680a65debaf44c771f19ebe717c44fa4b (patch)
treebf64ccb7620e5d7569745c224073d0ab8a621231 /libguile/init.c
parented6e0c83f585a684f23758d2fa54f267056272e6 (diff)
downloadguile-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.c4
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 ();