1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 16:50:21 +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

@ -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]