Typo in an ifndef.
Joe Smith [Thu, 9 Nov 2000 01:33:14 +0000 (17:33 -0800)]
Subject: Re: [PATCH 5.7.0] better messages from malloc()
Message-Id: <3A0A6F5A.1E3969BB@inwap.com>

p4raw-id: //depot/perl@7623

malloc.c

index eee4da6..5d9652e 100644 (file)
--- a/malloc.c
+++ b/malloc.c
 #  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