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:
parent
ba99801ada
commit
615aec77a3
1 changed files with 5 additions and 0 deletions
|
@ -66,7 +66,12 @@
|
||||||
#define scm_object_whash scm_sys_protects[12]
|
#define scm_object_whash scm_sys_protects[12]
|
||||||
#define scm_permobjs scm_sys_protects[13]
|
#define scm_permobjs scm_sys_protects[13]
|
||||||
#define scm_asyncs scm_sys_protects[14]
|
#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
|
#define SCM_NUM_PROTECTS 15
|
||||||
|
#endif
|
||||||
|
|
||||||
extern SCM scm_sys_protects[];
|
extern SCM scm_sys_protects[];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue