mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* feature.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined. i.e. change #ifdef to #if, etc.
This commit is contained in:
parent
005f04cd6c
commit
4efd15dc3b
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ scm_init_feature()
|
|||
#ifndef CHEAP_CONTINUATIONS
|
||||
scm_add_feature ("full-continuation");
|
||||
#endif
|
||||
#ifndef SCM_USE_NULL_THREADS
|
||||
#if SCM_USE_NULL_THREADS
|
||||
scm_add_feature ("threads");
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue