mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 14:50:19 +02:00
* Removed scm_first_type.
This commit is contained in:
parent
0a7a74453e
commit
fc3d77788a
2 changed files with 13 additions and 10 deletions
|
@ -1,4 +1,8 @@
|
||||||
2000-06-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
2000-06-29 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
|
* root.h (scm_first_type): Removed.
|
||||||
|
|
||||||
|
2000-06-29 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
* gc.c (MIN_GC_YIELD): Removed.
|
* gc.c (MIN_GC_YIELD): Removed.
|
||||||
|
|
||||||
|
|
|
@ -65,17 +65,16 @@
|
||||||
#define scm_weak_symhash scm_sys_protects[6]
|
#define scm_weak_symhash scm_sys_protects[6]
|
||||||
#define scm_symhash_vars scm_sys_protects[7]
|
#define scm_symhash_vars scm_sys_protects[7]
|
||||||
#define scm_keyword_obarray scm_sys_protects[8]
|
#define scm_keyword_obarray scm_sys_protects[8]
|
||||||
#define scm_first_type scm_sys_protects[9]
|
#define scm_stand_in_procs scm_sys_protects[9]
|
||||||
#define scm_stand_in_procs scm_sys_protects[10]
|
#define scm_object_whash scm_sys_protects[10]
|
||||||
#define scm_object_whash scm_sys_protects[11]
|
#define scm_permobjs scm_sys_protects[11]
|
||||||
#define scm_permobjs scm_sys_protects[12]
|
#define scm_asyncs scm_sys_protects[12]
|
||||||
#define scm_asyncs scm_sys_protects[13]
|
#define scm_protects scm_sys_protects[13]
|
||||||
#define scm_protects scm_sys_protects[14]
|
|
||||||
#ifdef DEBUG_EXTENSIONS
|
#ifdef DEBUG_EXTENSIONS
|
||||||
#define scm_source_whash scm_sys_protects[15]
|
#define scm_source_whash scm_sys_protects[14]
|
||||||
#define SCM_NUM_PROTECTS 16
|
|
||||||
#else
|
|
||||||
#define SCM_NUM_PROTECTS 15
|
#define SCM_NUM_PROTECTS 15
|
||||||
|
#else
|
||||||
|
#define SCM_NUM_PROTECTS 14
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern SCM scm_sys_protects[];
|
extern SCM scm_sys_protects[];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue