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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-10-15 12:10:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-10-15 12:10:05 +0400
commit858e7b2f84287360c1d82a381c023569a43cb57f (patch)
treed74cb0dc3d9c8a4a316c5d23047ddc2a4bd87f5e /source
parentf364ab5a0fb17bb92eaef17350bdf94624f707a9 (diff)
Correct last commit
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/intern/sort.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/sort.c b/source/blender/blenlib/intern/sort.c
index d7c314c95e3..c5922feb0ed 100644
--- a/source/blender/blenlib/intern/sort.c
+++ b/source/blender/blenlib/intern/sort.c
@@ -33,6 +33,8 @@
#include <stdlib.h>
#if defined(__GLIBC__) && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8))
+/* do nothing! */
+#else
#include "BLI_utildefines.h"