summaryrefslogtreecommitdiff
path: root/libguile/root.h
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2000-09-03 20:26:11 +0000
committerMarius Vollmer <mvo@zagadka.de>2000-09-03 20:26:11 +0000
commitcadee6cf342ae76106dc37745459feaf38f52bd6 (patch)
treef8d7b5ce765e9618d607738cd9edaf055b8365f0 /libguile/root.h
parent718eb1762b33a428b97e1f1c472c50270aa512e8 (diff)
downloadguile-cadee6cf342ae76106dc37745459feaf38f52bd6.tar.gz
* root.h (scm_properties_whash): New `sys_protect', used in
properties.c.
Diffstat (limited to 'libguile/root.h')
-rw-r--r--libguile/root.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libguile/root.h b/libguile/root.h
index 2c6bdc255..ef870854f 100644
--- a/libguile/root.h
+++ b/libguile/root.h
@@ -70,11 +70,12 @@
#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]
#ifdef DEBUG_EXTENSIONS
-#define scm_source_whash scm_sys_protects[14]
-#define SCM_NUM_PROTECTS 15
+#define scm_source_whash scm_sys_protects[15]
+#define SCM_NUM_PROTECTS 16
#else
-#define SCM_NUM_PROTECTS 14
+#define SCM_NUM_PROTECTS 15
#endif
extern SCM scm_sys_protects[];