Fix isthreaded-related build breakage.

This commit is contained in:
Jason Evans 2012-04-20 14:12:30 -07:00
parent 918d6e20b7
commit bedceea2a8

View File

@ -40,6 +40,7 @@ struct malloc_mutex_s {
#ifdef JEMALLOC_LAZY_LOCK #ifdef JEMALLOC_LAZY_LOCK
extern bool isthreaded; extern bool isthreaded;
#else #else
# undef isthreaded /* Undo private_namespace.h definition. */
# define isthreaded true # define isthreaded true
#endif #endif