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/root.h | |
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/root.h')
-rw-r--r-- | libguile/root.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/root.h b/libguile/root.h index 00d7c51b8..cb6cc080b 100644 --- a/libguile/root.h +++ b/libguile/root.h @@ -61,7 +61,7 @@ #define scm_symhash scm_sys_protects[5] #define scm_weak_symhash scm_sys_protects[6] #define scm_symhash_vars scm_sys_protects[7] -#define scm_kw_obarray scm_sys_protects[8] +#define scm_keyword_obarray scm_sys_protects[8] #define scm_type_obj_list scm_sys_protects[9] #define scm_first_type scm_sys_protects[10] #define scm_stand_in_procs scm_sys_protects[11] |