summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-13 23:30:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-13 23:30:05 +0000
commitf9cf2ad67d0a7522afde3af06d477749ebd20bd3 (patch)
treeeb53b33204204561d718aada31bdb735639bd5b7 /perl.h
parent9f3d340b83c08096056627e11b2a4fd2560e12bf (diff)
parent238a4c30b3724d314933955c5c4a0162eae05ee0 (diff)
downloadperl-f9cf2ad67d0a7522afde3af06d477749ebd20bd3.tar.gz
Integrate perlio:
[ 14250] Slab allocator for ops - moved the statics to intrpvar.h - implemented Slab_Free() - uses PerlMemShared (for now) if distinction exists. p4raw-link: @14250 on //depot/perlio: 238a4c30b3724d314933955c5c4a0162eae05ee0 p4raw-id: //depot/perl@14251
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 7a876b59c4..a7a78498da 100644
--- a/perl.h
+++ b/perl.h
@@ -9,6 +9,8 @@
#ifndef H_PERL
#define H_PERL 1
+#define PL_OP_SLAB_ALLOC
+
#ifdef PERL_FOR_X2P
/*
* This file is being used for x2p stuff.