mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
SCM_DEBUG_DEPRECATED. Removed their use thru-out Guile.
This commit is contained in:
parent
5cbed2d017
commit
3d7f708f21
20 changed files with 26 additions and 284 deletions
|
@ -126,10 +126,6 @@ typedef struct scm_t_debug_frame
|
|||
scm_t_debug_info *info;
|
||||
} scm_t_debug_frame;
|
||||
|
||||
#ifndef USE_THREADS
|
||||
SCM_API scm_t_debug_frame *scm_last_debug_frame;
|
||||
#endif
|
||||
|
||||
#define SCM_EVALFRAME (0L << 11)
|
||||
#define SCM_APPLYFRAME (1L << 11)
|
||||
#define SCM_VOIDFRAME (3L << 11)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue