hack developer
authorStefan Metzmacher <metze@samba.org>
Mon, 16 May 2011 17:29:00 +0000 (19:29 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 May 2018 08:09:24 +0000 (10:09 +0200)
lib/talloc/talloc.c

index 54be63495aec35d9c05cdb05663bd84c41836099..c8a913ab1eb7a7efccb22c63ccbe768ef2542a0d 100644 (file)
@@ -149,7 +149,7 @@ static struct {
                memset(_fptr, talloc_fill.fill_value, _flen); \
        } \
 } while (0)
-
+#define DEVELOPER 1
 #if defined(DEVELOPER) && defined(VALGRIND_MAKE_MEM_NOACCESS)
 /* Mark the whole chunk as not accessable */
 #define TC_INVALIDATE_FULL_VALGRIND_CHUNK(_tc) do { \