mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* gc.h: 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
25e789d565
commit
ca74704af0
1 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@
|
|||
|
||||
#include "libguile/hooks.h"
|
||||
|
||||
#ifdef SCM_USE_PTHREAD_THREADS
|
||||
#if SCM_USE_PTHREAD_THREADS
|
||||
# include "libguile/pthread-threads.h"
|
||||
#else
|
||||
# include "libguile/null-threads.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue