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>2013-05-28 20:35:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-28 20:35:47 +0400
commitfc7c0506b8f4e7082804b27ea470ce348144d707 (patch)
treecf24ef3aac51c5e43c23a5de1cd23de0134a87ab /source/blender/bmesh/operators/bmo_subdivide_edgering.c
parent88d385ef70a1b8775abad29c2ec3180ff3474c82 (diff)
bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unused defines and correct include guards.
Diffstat (limited to 'source/blender/bmesh/operators/bmo_subdivide_edgering.c')
-rw-r--r--source/blender/bmesh/operators/bmo_subdivide_edgering.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/bmo_subdivide_edgering.c b/source/blender/bmesh/operators/bmo_subdivide_edgering.c
index c2b9f349b56..0b3aeec0aea 100644
--- a/source/blender/bmesh/operators/bmo_subdivide_edgering.c
+++ b/source/blender/bmesh/operators/bmo_subdivide_edgering.c
@@ -65,7 +65,7 @@
/* -------------------------------------------------------------------- */
/* Specialized Utility Funcs */
-#ifdef DEBUG
+#ifndef NDEBUG
static unsigned int bm_verts_tag_count(BMesh *bm)
{
int count = 0;