diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2007-03-31 13:50:18 -0400 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-04-01 12:57:24 +0000 |
commit | 2eacba2f038fca0c7ce4713e73ef229faa3f3caa (patch) | |
tree | 11330c09c2c6b2fdf871ac8c18dd98de8085c06e /uconfig.h | |
parent | e3abe207f764929a97eafa503a3780d5b7636ed2 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |