diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-06-29 09:13:17 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-06-29 09:13:17 +0000 |
commit | fc3d77788a6a8ac632a1e9655a5c24d12eb0d34a (patch) | |
tree | fe91591cb5210fa21815e934ef05b4720fbfdb05 /libguile/root.h | |
parent | 0a7a74453eab4e18fa59c6c9abb32836ec483359 (diff) | |
download | guile-fc3d77788a6a8ac632a1e9655a5c24d12eb0d34a.tar.gz |
* Removed scm_first_type.
Diffstat (limited to 'libguile/root.h')
-rw-r--r-- | libguile/root.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/libguile/root.h b/libguile/root.h index 58466b29a..c769e6c98 100644 --- a/libguile/root.h +++ b/libguile/root.h @@ -65,17 +65,16 @@ #define scm_weak_symhash scm_sys_protects[6] #define scm_symhash_vars scm_sys_protects[7] #define scm_keyword_obarray scm_sys_protects[8] -#define scm_first_type scm_sys_protects[9] -#define scm_stand_in_procs scm_sys_protects[10] -#define scm_object_whash scm_sys_protects[11] -#define scm_permobjs scm_sys_protects[12] -#define scm_asyncs scm_sys_protects[13] -#define scm_protects scm_sys_protects[14] +#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] #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[]; |