print a useful message when assert fails on the mac
authorhumper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 14 Feb 2013 18:56:22 +0000 (18:56 +0000)
committerhumper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 14 Feb 2013 18:56:22 +0000 (18:56 +0000)
BUG=

Review URL: https://codereview.appspot.com/7314100

git-svn-id: http://skia.googlecode.com/svn/trunk@7742 2bbb7eff-a529-9590-31e7-b0007b416f81

include/core/SkPostConfig.h

index 14a4a45..5390463 100644 (file)
         #define SK_B32_SHIFT 0
     #endif
 
-#elif defined(SK_BUILD_FOR_MAC)
-    #ifndef SK_DEBUGBREAK
-        #define SK_DEBUGBREAK(cond)     do { if (!(cond)) SK_CRASH(); } while (false)
-    #endif
 #else
     #ifdef SK_DEBUG
         #include <stdio.h>