1
Fork 0
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:
Marius Vollmer 2002-10-16 16:08:03 +00:00
parent 389626c5ec
commit e37d58d53b

View file

@ -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));