summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uconfig.h b/uconfig.h
index d618b03a6d..197b390db0 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.