This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade CPANPLUS to 0.83_08
[perl5.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.