[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27612] branches/render25/source/blender/ python/generic/IDProp.c: fix for warning

Campbell Barton ideasman42 at gmail.com
Fri Mar 19 10:22:00 CET 2010


Revision: 27612
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27612
Author:   campbellbarton
Date:     2010-03-19 10:22:00 +0100 (Fri, 19 Mar 2010)

Log Message:
-----------
fix for warning

Modified Paths:
--------------
    branches/render25/source/blender/python/generic/IDProp.c

Modified: branches/render25/source/blender/python/generic/IDProp.c
===================================================================
--- branches/render25/source/blender/python/generic/IDProp.c	2010-03-19 09:12:08 UTC (rev 27611)
+++ branches/render25/source/blender/python/generic/IDProp.c	2010-03-19 09:22:00 UTC (rev 27612)
@@ -24,11 +24,9 @@
  */
 
 #include "BKE_idprop.h"
-
 #include "IDProp.h"
+#include "MEM_guardedalloc.h"
 
-#define BSTR_EQ(a, b)	(*(a) == *(b) && !strcmp(a, b))
-
 /*** Function to wrap ID properties ***/
 PyObject *BPy_Wrap_IDProperty(ID *id, IDProperty *prop, IDProperty *parent);
 





More information about the Bf-blender-cvs mailing list