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

@ -82,7 +82,7 @@ extern "C" {
#include "libguile/hashtab.h"
#include "libguile/init.h"
#include "libguile/ioext.h"
#include "libguile/kw.h"
#include "libguile/keywords.h"
#include "libguile/list.h"
#include "libguile/load.h"
#include "libguile/mallocs.h"