From: Joe Smith <jsmith@inwap.com>
Date: Thu, 9 Nov 2000 01:33:14 +0000 (-0800)
Subject: Typo in an ifndef.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b4157167f29504603edb868ef958105102ba24d;p=p5sagit%2Fp5-mst-13.2.git

Typo in an ifndef.

Subject: Re: [PATCH 5.7.0] better messages from malloc()
Message-Id: <3A0A6F5A.1E3969BB@inwap.com>

p4raw-id: //depot/perl@7623
---

diff --git a/malloc.c b/malloc.c
index eee4da6..5d9652e 100644
--- a/malloc.c
+++ b/malloc.c
@@ -291,7 +291,7 @@
 #  ifndef warn
 #    define warn(mess, arg) fprintf(stderr, (mess), (arg))
 #  endif 
-#  ifndef warn
+#  ifndef warn2
 #    define warn2(mess, arg1) fprintf(stderr, (mess), (arg1), (arg2))
 #  endif 
 #  ifdef DEBUG_m