[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31412] trunk/blender/source/blender/ blenlib/intern/BLI_ghash.c: fix for error with removing MEM_guardedalloc.h, not sure why I didnt get this warning when rebuilding yesyerday.

Campbell Barton ideasman42 at gmail.com
Tue Aug 17 13:10:48 CEST 2010


Revision: 31412
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31412
Author:   campbellbarton
Date:     2010-08-17 13:10:48 +0200 (Tue, 17 Aug 2010)

Log Message:
-----------
fix for error with removing MEM_guardedalloc.h, not sure why I didnt get this warning when rebuilding yesyerday.

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/intern/BLI_ghash.c

Modified: trunk/blender/source/blender/blenlib/intern/BLI_ghash.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/BLI_ghash.c	2010-08-17 09:59:55 UTC (rev 31411)
+++ trunk/blender/source/blender/blenlib/intern/BLI_ghash.c	2010-08-17 11:10:48 UTC (rev 31412)
@@ -28,10 +28,10 @@
  * A general (pointer -> pointer) hash table ADT
  */
 
+#include "MEM_guardedalloc.h"
 
 #include "BLI_ghash.h"
 #include "BLO_sys_types.h" // for intptr_t support
-
 /***/
 
 unsigned int hashsizes[]= {





More information about the Bf-blender-cvs mailing list