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>2014-05-18 18:00:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-18 18:00:59 +0400
commite8630bdccf545f6945b0f64db588168e69cc91a7 (patch)
tree795d60f72e99eeb106d993c2be6d11c157f3cbb6 /source/blender/makesrna/intern/rna_test.c
parent2a49bf35f08752cadf998a05867c4244378b4c57 (diff)
Comment unused BLI_rebase_path
Diffstat (limited to 'source/blender/makesrna/intern/rna_test.c')
-rw-r--r--source/blender/makesrna/intern/rna_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_test.c b/source/blender/makesrna/intern/rna_test.c
index cf0dc5e332d..867e6dcd8ff 100644
--- a/source/blender/makesrna/intern/rna_test.c
+++ b/source/blender/makesrna/intern/rna_test.c
@@ -36,6 +36,10 @@
#ifdef RNA_RUNTIME
+#ifdef ARRAY_SIZE
+# undef ARRAY_SIZE
+#endif
+
#define ARRAY_SIZE 3
#define DYNAMIC_ARRAY_SIZE 64
#define MARRAY_DIM [3][4][5]