diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-07 19:27:28 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-07 19:27:28 +0000 |
commit | bd26d9a31a9b2badde92cc6a993ed9f4769651bd (patch) | |
tree | f9d29c59d1cd62af1d89977a5bf19b5e5ce52c7f /perl.h | |
parent | 35b64ab6316ff2abf98a24e9ac2da58ed5dd1894 (diff) | |
download | perl-bd26d9a31a9b2badde92cc6a993ed9f4769651bd.tar.gz |
Remove the #define - ARENASETS are always on now.
p4raw-id: //depot/perl@27405
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -813,11 +813,6 @@ int usleep(unsigned int); #define PERL_ARENA_SIZE 4080 #endif -/* enable ARENA_SETS by default, but allow disabling */ -#ifndef ARENASETS -#define ARENASETS 1 -#endif - #endif /* PERL_CORE */ /* We no longer default to creating a new SV for GvSV. |