Upgrade to encoding::warnings 0.11
[p5sagit/p5-mst-13.2.git] / uconfig.h
index d618b03..197b390 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
  *     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.