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:
authorCampbell Barton <ideasman42@gmail.com>2009-08-10 08:50:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-10 08:50:48 +0400
commit7084be920a0acb95e2db84bb7029a65bc7a76d9a (patch)
treee7159bcddfc48fc1c11e0d77e5d7ef4c9a44db7e /source/blender/python/intern/bpy_util.c
parent335b74a7143dc328e1c216176fb04b207ced8ee7 (diff)
fix for build problem with audiospace and implicit declaration.
Diffstat (limited to 'source/blender/python/intern/bpy_util.c')
-rw-r--r--source/blender/python/intern/bpy_util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/intern/bpy_util.c b/source/blender/python/intern/bpy_util.c
index 25967d96dab..1e73e357526 100644
--- a/source/blender/python/intern/bpy_util.c
+++ b/source/blender/python/intern/bpy_util.c
@@ -124,7 +124,6 @@ int BPY_flag_from_seq(BPY_flag_def *flagdef, PyObject *seq, int *flag)
/* Copied from pythons 3's Object.c */
-#ifndef Py_CmpToRich
PyObject *
Py_CmpToRich(int op, int cmp)
{
@@ -160,7 +159,6 @@ Py_CmpToRich(int op, int cmp)
Py_INCREF(res);
return res;
}
-#endif
/* for debugging */
void PyObSpit(char *name, PyObject *var) {