[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33301] trunk/blender/source/gameengine/ Expressions/KX_Python.h: OSX: Patch associated with Python update to 3.1.2.

Damien Plisson damien.plisson at yahoo.fr
Wed Nov 24 22:39:07 CET 2010


Revision: 33301
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33301
Author:   damien78
Date:     2010-11-24 22:39:07 +0100 (Wed, 24 Nov 2010)

Log Message:
-----------
OSX: Patch associated with Python update to 3.1.2.
Thanks to Jens Verwiebe for making the build and the patch to make the Game Engine build again with it.

Modified Paths:
--------------
    trunk/blender/source/gameengine/Expressions/KX_Python.h

Modified: trunk/blender/source/gameengine/Expressions/KX_Python.h
===================================================================
--- trunk/blender/source/gameengine/Expressions/KX_Python.h	2010-11-24 21:33:07 UTC (rev 33300)
+++ trunk/blender/source/gameengine/Expressions/KX_Python.h	2010-11-24 21:39:07 UTC (rev 33301)
@@ -66,5 +66,15 @@
 #endif
 #endif
 
+#ifdef __APPLE__
+#undef isalnum
+#undef isalpha
+#undef islower
+#undef isspace
+#undef isupper
+#undef tolower
+#undef toupper
+#endif
+
 #endif // KX_PYTHON_H
 





More information about the Bf-blender-cvs mailing list