1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* root.h: Added scm_source_whash among scm_sys_protects.

This commit is contained in:
Mikael Djurfeldt 1996-08-20 17:11:43 +00:00
parent ba99801ada
commit 615aec77a3

View file

@ -66,7 +66,12 @@
#define scm_object_whash scm_sys_protects[12]
#define scm_permobjs scm_sys_protects[13]
#define scm_asyncs scm_sys_protects[14]
#ifdef DEBUG_EXTENSIONS
#define scm_source_whash scm_sys_protects[15]
#define SCM_NUM_PROTECTS 16
#else
#define SCM_NUM_PROTECTS 15
#endif
extern SCM scm_sys_protects[];