summaryrefslogtreecommitdiff
path: root/libguile/root.h
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-05-15 14:57:22 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-05-15 14:57:22 +0000
commit86d31dfe7d0754b863863f6544c75097ef68fe8c (patch)
tree0f78f9d3ace802b80422dcedea25098cf901d05a /libguile/root.h
parent7c33806ae676601f902dbdc0f39c1f0828d68951 (diff)
downloadguile-86d31dfe7d0754b863863f6544c75097ef68fe8c.tar.gz
Merge from mvo-vcell-cleanup-1-branch.
Diffstat (limited to 'libguile/root.h')
-rw-r--r--libguile/root.h22
1 files changed, 10 insertions, 12 deletions
diff --git a/libguile/root.h b/libguile/root.h
index 82e12312c..40671e55e 100644
--- a/libguile/root.h
+++ b/libguile/root.h
@@ -61,20 +61,18 @@
#define scm_undefineds scm_sys_protects[2]
#define scm_nullvect scm_sys_protects[3]
#define scm_nullstr scm_sys_protects[4]
-#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]
+#define scm_keyword_obarray scm_sys_protects[5]
+#define scm_stand_in_procs scm_sys_protects[6]
+#define scm_object_whash scm_sys_protects[7]
+#define scm_permobjs scm_sys_protects[8]
+#define scm_asyncs scm_sys_protects[9]
+#define scm_protects scm_sys_protects[10]
+#define scm_properties_whash scm_sys_protects[11]
#ifdef DEBUG_EXTENSIONS
-#define scm_source_whash scm_sys_protects[14]
-#define SCM_NUM_PROTECTS 15
+#define scm_source_whash scm_sys_protects[12]
+#define SCM_NUM_PROTECTS 13
#else
-#define SCM_NUM_PROTECTS 14
+#define SCM_NUM_PROTECTS 12
#endif
extern SCM scm_sys_protects[];