SVN revision: 32173
This commit is contained in:
Peter Wehrfritz 2007-10-27 16:22:10 +00:00
parent 11a9e3d87b
commit 6513f67cad
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
#define ECORE_MAGIC_CHECK(d, m) ((d) && ((d)->__magic == (m)))
#define ECORE_MAGIC_FAIL(d, m, fn) _ecore_magic_fail((d), (d) ? (d)->__magic : 0, (m), (fn));
/* undef the following, we want out version */
/* undef the following, we want our version */
#undef FREE
#define FREE(ptr) free(ptr); ptr = NULL;