1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

* Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to

fix compile errors with --disable-deprecated.
This commit is contained in:
Dirk Herrmann 2003-04-20 07:19:38 +00:00
parent 1ac61c2b50
commit d0f6ceb84f
16 changed files with 18 additions and 87 deletions

View file

@ -41,12 +41,8 @@
#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[13]
#define SCM_NUM_PROTECTS 14
#else
#define SCM_NUM_PROTECTS 13
#endif
SCM_API SCM scm_sys_protects[];
@ -65,10 +61,9 @@ typedef struct scm_root_state
SCM rootcont;
SCM dynwinds;
#ifdef DEBUG_EXTENSIONS
/* It is very inefficient to have this variable in the root state. */
scm_t_debug_frame *last_debug_frame;
#endif
SCM progargs; /* vestigial */
SCM exitval; /* vestigial */