Commit: b72eab5d6bd13df535664e5044a78ce6618fa904
Author: Campbell Barton
Date:   Tue Nov 18 10:24:24 2014 +0100
Branches: master
https://developer.blender.org/rBb72eab5d6bd13df535664e5044a78ce6618fa904

Error in last commit (broke release build)

===================================================================

M       source/blender/blenlib/BLI_system.h

===================================================================

diff --git a/source/blender/blenlib/BLI_system.h 
b/source/blender/blenlib/BLI_system.h
index bc81b85..cb8cb6f 100644
--- a/source/blender/blenlib/BLI_system.h
+++ b/source/blender/blenlib/BLI_system.h
@@ -27,7 +27,7 @@
 
 int BLI_cpu_support_sse2(void);
 
-#if !defined(NDEBUG) && !defined(__BLI_UTILDEFINES_H__)
+#if defined(NDEBUG) || !defined(__BLI_UTILDEFINES_H__)
 void BLI_system_backtrace(FILE *fp);
 #endif

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to