diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-11-03 22:09:20 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-11-03 22:09:20 +0000 |
commit | 3d7f708f21b109277018e776ec3754975696e390 (patch) | |
tree | 7375110d778d41e84ca356226f7a85768804f7eb /libguile/root.c | |
parent | 5cbed2d017e940d5ee2e625fe12d66278ae6cfb9 (diff) | |
download | guile-3d7f708f21b109277018e776ec3754975696e390.tar.gz |
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
SCM_DEBUG_DEPRECATED. Removed their use thru-out Guile.
Diffstat (limited to 'libguile/root.c')
-rw-r--r-- | libguile/root.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libguile/root.c b/libguile/root.c index 7c5a26c93..041875a42 100644 --- a/libguile/root.c +++ b/libguile/root.c @@ -60,10 +60,6 @@ SCM scm_sys_protects[SCM_NUM_PROTECTS]; scm_t_bits scm_tc16_root; -#ifndef USE_THREADS -struct scm_root_state *scm_root; -#endif - static SCM |