Fix for non-Linux platforms.
authorBrian Aker <brian@gaz>
Wed, 10 Feb 2010 18:02:39 +0000 (10:02 -0800)
committerBrian Aker <brian@gaz>
Wed, 10 Feb 2010 18:02:39 +0000 (10:02 -0800)
libmemcached/watchpoint.h

index 6935a5297568ef43a8b3649d9000663b577bdf95..488238cb15b1680f130c1ceba136bbaebcba5d34 100644 (file)
@@ -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];