X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=malloc.c;h=ce406d2f8456fedadc75817972a92da3f9e9b9a0;hb=677c8c512628b78c17ac01a6729dda772bef5b0c;hp=988c905a792c7f789596581254c9a27ff4b9d196;hpb=667e29483278676092af95a151e7ae7d8eb1d304;p=p5sagit%2Fp5-mst-13.2.git diff --git a/malloc.c b/malloc.c index 988c905..ce406d2 100644 --- a/malloc.c +++ b/malloc.c @@ -1291,7 +1291,8 @@ write2(char *mess) #ifdef DEBUGGING #undef ASSERT -#define ASSERT(p,diag) if (!(p)) botch(diag,STRINGIFY(p),__FILE__,__LINE__); else +#define ASSERT(p,diag) if (!(p)) botch(diag,STRINGIFY(p),__FILE__,__LINE__); + static void botch(char *diag, char *s, char *file, int line) {