mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
(scm_init_feature): Don't add 'threads' for USE_NULL_THREADS.
This commit is contained in:
parent
389626c5ec
commit
e37d58d53b
1 changed files with 2 additions and 0 deletions
|
@ -118,7 +118,9 @@ scm_init_feature()
|
|||
scm_add_feature ("full-continuation");
|
||||
#endif
|
||||
#ifdef USE_THREADS
|
||||
#ifndef USE_NULL_THREADS
|
||||
scm_add_feature ("threads");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
scm_c_define ("char-code-limit", SCM_MAKINUM (SCM_CHAR_CODE_LIMIT));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue