1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

* 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.)
This commit is contained in:
Mikael Djurfeldt 1999-03-14 16:51:37 +00:00
parent ed6e0c83f5
commit 0e76bf6680
4 changed files with 9 additions and 9 deletions

View file

@ -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 ();