Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Plisson <damien.plisson@yahoo.fr>2010-11-25 00:39:07 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2010-11-25 00:39:07 +0300
commit49f63589aba07fa772fbec95b58bcfb0d0d95eec (patch)
tree6d5e017a729cadd5e811d9885a9ee3ce223d5667 /source/gameengine/Expressions/KX_Python.h
parent9371a800b7855648469a58a0ef4ddb08eaf943cf (diff)
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.
Diffstat (limited to 'source/gameengine/Expressions/KX_Python.h')
-rw-r--r--source/gameengine/Expressions/KX_Python.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/gameengine/Expressions/KX_Python.h b/source/gameengine/Expressions/KX_Python.h
index 62353f04e50..234b70770f6 100644
--- a/source/gameengine/Expressions/KX_Python.h
+++ b/source/gameengine/Expressions/KX_Python.h
@@ -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