[Bf-blender-cvs] [858e7b2] master: Correct last commit

Campbell Barton noreply at git.blender.org
Wed Oct 15 10:10:13 CEST 2014


Commit: 858e7b2f84287360c1d82a381c023569a43cb57f
Author: Campbell Barton
Date:   Wed Oct 15 10:10:05 2014 +0200
Branches: master
https://developer.blender.org/rB858e7b2f84287360c1d82a381c023569a43cb57f

Correct last commit

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

M	source/blender/blenlib/intern/sort.c

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

diff --git a/source/blender/blenlib/intern/sort.c b/source/blender/blenlib/intern/sort.c
index d7c314c..c5922fe 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"




More information about the Bf-blender-cvs mailing list