X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=uconfig.h;h=197b390db0d6a56fda62fef2aff22b90cfc895fa;hb=efd46721a0c1bd9cb5bfa6492d03a4890f3d86e8;hp=d618b03a6d40881bf07cb5acd8b50aaba158d825;hpb=77483c227d1b4ce8aaa886af03cc41a9aa805d06;p=p5sagit%2Fp5-mst-13.2.git diff --git a/uconfig.h b/uconfig.h index d618b03..197b390 100644 --- a/uconfig.h +++ b/uconfig.h @@ -3721,7 +3721,7 @@ * This symbol is the type of pointer returned by malloc and realloc. */ #define Malloc_t void * /**/ -#define Free_t int /**/ +#define Free_t void /**/ /* PERL_MALLOC_WRAP: * This symbol, if defined, indicates that we'd like malloc wrap checks.