From: Brian Aker Date: Wed, 10 Feb 2010 18:02:39 +0000 (-0800) Subject: Fix for non-Linux platforms. X-Git-Tag: 0.40~47 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=2c51ea585ccfbf3a14fed6d28f9115292ad0e6fc;p=m6w6%2Flibmemcached Fix for non-Linux platforms. --- diff --git a/libmemcached/watchpoint.h b/libmemcached/watchpoint.h index 6935a529..488238cb 100644 --- a/libmemcached/watchpoint.h +++ b/libmemcached/watchpoint.h @@ -15,7 +15,7 @@ /* Some personal debugging functions */ #if defined(DEBUG) -#if TARGET_OS_LINUX +#ifdef TARGET_OS_LINUX static inline void __stack_dump(void) { void *array[10];