From 62f9959a8e4269293ee80c3bfe3f55e8b12f7ccd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 26 Feb 2012 14:57:41 +0000 Subject: replace bmesh_error with macro that gives the file/line/func the error happens on. --- source/blender/bmesh/bmesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/bmesh.h') diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h index ace5c79a928..6ea864fe9e3 100644 --- a/source/blender/bmesh/bmesh.h +++ b/source/blender/bmesh/bmesh.h @@ -111,7 +111,7 @@ struct EditMesh; /* #define BM_ELEM_NONORMCALC (1<<7) */ /* UNUSED */ /* stub */ -void bmesh_error(void); +void _bmesh_error(const char *at, const char *func); /* Mesh Level Ops */ extern int bm_mesh_allocsize_default[4]; -- cgit v1.2.3