mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-11 08:10:21 +02:00
* root.h (scm_properties_whash): New `sys_protect', used in
properties.c.
This commit is contained in:
parent
718eb1762b
commit
cadee6cf34
1 changed files with 4 additions and 3 deletions
|
@ -70,11 +70,12 @@
|
||||||
#define scm_permobjs scm_sys_protects[11]
|
#define scm_permobjs scm_sys_protects[11]
|
||||||
#define scm_asyncs scm_sys_protects[12]
|
#define scm_asyncs scm_sys_protects[12]
|
||||||
#define scm_protects scm_sys_protects[13]
|
#define scm_protects scm_sys_protects[13]
|
||||||
|
#define scm_properties_whash scm_sys_protects[14]
|
||||||
#ifdef DEBUG_EXTENSIONS
|
#ifdef DEBUG_EXTENSIONS
|
||||||
#define scm_source_whash scm_sys_protects[14]
|
#define scm_source_whash scm_sys_protects[15]
|
||||||
#define SCM_NUM_PROTECTS 15
|
#define SCM_NUM_PROTECTS 16
|
||||||
#else
|
#else
|
||||||
#define SCM_NUM_PROTECTS 14
|
#define SCM_NUM_PROTECTS 15
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern SCM scm_sys_protects[];
|
extern SCM scm_sys_protects[];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue