summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-07 19:27:28 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-07 19:27:28 +0000
commitbd26d9a31a9b2badde92cc6a993ed9f4769651bd (patch)
treef9d29c59d1cd62af1d89977a5bf19b5e5ce52c7f /perl.h
parent35b64ab6316ff2abf98a24e9ac2da58ed5dd1894 (diff)
downloadperl-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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/perl.h b/perl.h
index c7807b42ce..565ad6306b 100644
--- a/perl.h
+++ b/perl.h
@@ -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.