Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-11-18 12:24:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-18 12:24:24 +0300
commitb72eab5d6bd13df535664e5044a78ce6618fa904 (patch)
treef905a85e8809af3f7b94717bc927fbb8730932a8 /source/blender/blenlib/BLI_system.h
parent94f0d18470fc454b456f711c9d040a7fef6780fb (diff)
Error in last commit (broke release build)
Diffstat (limited to 'source/blender/blenlib/BLI_system.h')
-rw-r--r--source/blender/blenlib/BLI_system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_system.h b/source/blender/blenlib/BLI_system.h
index bc81b85303d..cb8cb6f5a0d 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