X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=malloc.c;h=5d9652e869c86e70e0680ee313bba4b40fadc009;hb=7bf1b6bbb95d87030998c89eb72d5f6ca8be6937;hp=eee4da668429797ef20ac2291f8b5a04c3b58457;hpb=febabd2afca32f4056ed041373de98438ab121ff;p=p5sagit%2Fp5-mst-13.2.git 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