diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-12-13 11:38:30 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-12-13 11:38:30 +0000 |
commit | 0f979f3fb6897ce09fc8e570368decf1e4a5f2f4 (patch) | |
tree | 130ee1fa6074b6b734148c103b4861f94a43b066 /libguile/root.h | |
parent | 10764e3c341f94ba10470a689e449b8208172123 (diff) | |
download | guile-0f979f3fb6897ce09fc8e570368decf1e4a5f2f4.tar.gz |
* Renamed scm_symbols to symbols and made it static in symbols.c.
Diffstat (limited to 'libguile/root.h')
-rw-r--r-- | libguile/root.h | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/libguile/root.h b/libguile/root.h index 950d12f54..82e12312c 100644 --- a/libguile/root.h +++ b/libguile/root.h @@ -61,21 +61,20 @@ #define scm_undefineds scm_sys_protects[2] #define scm_nullvect scm_sys_protects[3] #define scm_nullstr scm_sys_protects[4] -#define scm_symbols scm_sys_protects[5] -#define scm_symhash scm_sys_protects[6] -#define scm_symhash_vars scm_sys_protects[7] -#define scm_keyword_obarray scm_sys_protects[8] -#define scm_stand_in_procs scm_sys_protects[9] -#define scm_object_whash scm_sys_protects[10] -#define scm_permobjs scm_sys_protects[11] -#define scm_asyncs scm_sys_protects[12] -#define scm_protects scm_sys_protects[13] -#define scm_properties_whash scm_sys_protects[14] +#define scm_symhash scm_sys_protects[5] +#define scm_symhash_vars scm_sys_protects[6] +#define scm_keyword_obarray scm_sys_protects[7] +#define scm_stand_in_procs scm_sys_protects[8] +#define scm_object_whash scm_sys_protects[9] +#define scm_permobjs scm_sys_protects[10] +#define scm_asyncs scm_sys_protects[11] +#define scm_protects scm_sys_protects[12] +#define scm_properties_whash scm_sys_protects[13] #ifdef DEBUG_EXTENSIONS -#define scm_source_whash scm_sys_protects[15] -#define SCM_NUM_PROTECTS 16 -#else +#define scm_source_whash scm_sys_protects[14] #define SCM_NUM_PROTECTS 15 +#else +#define SCM_NUM_PROTECTS 14 #endif extern SCM scm_sys_protects[]; |