diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-06-03 18:58:50 +0200 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-06-11 23:22:01 +0200 |
commit | f05550c064c2736017a5c65739d9eee325eed149 (patch) | |
tree | 0683d5b400decb18f981f8b2e310ae4ea3c28911 /malloc.c | |
parent | 27d9ebc5085bbcf931d590338a1dda72490bbd9c (diff) | |
download | perl-f05550c064c2736017a5c65739d9eee325eed149.tar.gz |
Removed NeXT support
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2309,7 +2309,7 @@ Perl_dump_mstats(pTHX_ const char *s) #ifdef USE_PERL_SBRK -# if defined(NeXT) || defined(__NeXT__) || defined(PURIFY) +# if defined(PURIFY) # define PERL_SBRK_VIA_MALLOC # endif |