summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2007-03-31 13:50:18 -0400
committerSteve Peters <steve@fisharerojo.org>2007-04-01 12:57:24 +0000
commit2eacba2f038fca0c7ce4713e73ef229faa3f3caa (patch)
tree11330c09c2c6b2fdf871ac8c18dd98de8085c06e /uconfig.h
parente3abe207f764929a97eafa503a3780d5b7636ed2 (diff)
downloadperl-2eacba2f038fca0c7ce4713e73ef229faa3f3caa.tar.gz
microperl plus missing config vars
Message-ID: <460ED79A.5030809@iki.fi> p4raw-id: //depot/perl@30823
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.