diff options
author | Jim Cromie <jcromie@cpan.org> | 2006-01-30 21:52:06 -0700 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-04 12:28:03 +0000 |
commit | 5e258f8c4f5a59546ce9582992331280e7f0c2e3 (patch) | |
tree | f6b894d651b4140be06aeddc7e1d331b1c39c9ca /embed.fnc | |
parent | 78db725db76314f0edb7f2ab8770841118d8ad2e (diff) | |
download | perl-5e258f8c4f5a59546ce9582992331280e7f0c2e3.tar.gz |
[patch] arena rework - arena sets
Message-ID: <43DF4F66.4080808@gmail.com>
Date: Tue, 31 Jan 2006 04:52:06 -0700
p4raw-id: //depot/perl@27079
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1034,6 +1034,10 @@ s |void |gv_init_sv |NN GV *gv|I32 sv_type s |void |require_errno |NN GV *gv #endif +: #if defined(PERL_IN_HV_C) || defined(PERL_IN_SV_C) || defined(PERL_DECL_PROT) +paRxo |void* |get_arena |int svtype +: #endif + #if defined(PERL_IN_HV_C) || defined(PERL_DECL_PROT) s |void |hsplit |NN HV *hv s |void |hfreeentries |NN HV *hv |