1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Check SCM_USE_PTHREAD_THREADS using #if not #ifdef.

* libguile/bdw-gc.h: Check SCM_USE_PTHREAD_THREADS using #if not #ifdef.
This commit is contained in:
Mark H Weaver 2014-03-13 23:21:48 -04:00
parent 17d4daa8bd
commit 950a966e64

View file

@ -23,7 +23,7 @@
#include "libguile/scmconfig.h"
#ifdef SCM_USE_PTHREAD_THREADS
#if SCM_USE_PTHREAD_THREADS
/* When pthreads are used, let `libgc' know about it and redirect allocation
calls such as `GC_MALLOC ()' to (contention-free, faster) thread-local