Revision: 53918
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53918
Author:   campbellbarton
Date:     2013-01-20 08:43:44 +0000 (Sun, 20 Jan 2013)
Log Message:
-----------
correction for msvc2008

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/BLI_array.h

Modified: trunk/blender/source/blender/blenlib/BLI_array.h
===================================================================
--- trunk/blender/source/blender/blenlib/BLI_array.h    2013-01-20 08:05:23 UTC 
(rev 53917)
+++ trunk/blender/source/blender/blenlib/BLI_array.h    2013-01-20 08:43:44 UTC 
(rev 53918)
@@ -98,7 +98,8 @@
         (void)0 /* do nothing */ :                                             
  \
         (_bli_array_grow_func((void **)&(arr), _##arr##_static,                
  \
                               sizeof(*arr), _##arr##_count, num,               
  \
-                              "BLI_array." #arr)))                             
  \
+                              "BLI_array." #arr),                              
  \
+        (void)0)) /* msvc2008 needs this */                                    
  \
        ),                                                                      
  \
        /* increment the array count, all conditions above are accounted for. 
*/  \
        (_##arr##_count += num))

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

Reply via email to