* tests/symbols.test ("gensym"): New tests for long gensym
[bpt/guile.git] / libguile / root.h
index 764052c..9963aa8 100644 (file)
 #define scm_asyncs scm_sys_protects[9]
 #define scm_protects scm_sys_protects[10]
 #define scm_properties_whash scm_sys_protects[11]
+#define scm_gc_registered_roots scm_sys_protects[12]
 #ifdef DEBUG_EXTENSIONS
-#define scm_source_whash scm_sys_protects[12]
-#define SCM_NUM_PROTECTS 13
+#define scm_source_whash scm_sys_protects[13]
+#define SCM_NUM_PROTECTS 14
 #else
-#define SCM_NUM_PROTECTS 12
+#define SCM_NUM_PROTECTS 13
 #endif
 
 extern SCM scm_sys_protects[];