Replace #6721, GDBM, system malloc, and LEAKTEST.
Jarkko Hietaniemi [Mon, 8 Jan 2001 02:24:51 +0000 (02:24 +0000)]
p4raw-id: //depot/perl@8364

ext/GDBM_File/GDBM_File.xs

index 13123ef..b4d3b3d 100644 (file)
@@ -56,7 +56,7 @@ not_here(char *s)
 static void
 output_datum(pTHX_ SV *arg, char *str, int size)
 {
-#if !defined(MYMALLOC) || (defined(MYMALLOC) && defined(PERL_POLLUTE_MALLOC) && !defined(LEAKTEST))
+#if (!defined(MYMALLOC) || (defined(MYMALLOC) && defined(PERL_POLLUTE_MALLOC))) && !defined(LEAKTEST)
        sv_usepvn(arg, str, size);
 #else
        sv_setpvn(arg, str, size);