summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2006-02-13 07:12:41 -0700
committerNicholas Clark <nick@ccl4.org>2006-02-18 00:11:07 +0000
commitd2a0f284b32a9deb0ebffbb06cf667a0ea1ea610 (patch)
treef447dfe2dda7f4f6e48523d610a9f3d008a11ddb /proto.h
parent05c462c41ad946db6e5d1f4f4e5bffc04b8bd608 (diff)
downloadperl-d2a0f284b32a9deb0ebffbb06cf667a0ea1ea610.tar.gz
arena-rework : consolidated patch
Message-ID: <43F0F649.9040205@gmail.com> Tweaked somewhat to split the arena boolean from the arena_size, and with the PTE still doubling-up with one of the SV types in the array. p4raw-id: //depot/perl@27215
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index b2838c24c9..657ca7bbc9 100644
--- a/proto.h
+++ b/proto.h
@@ -3722,7 +3722,7 @@ STATIC void S_sv_release_COW(pTHX_ SV *sv, const char *pvx, STRLEN len, SV *afte
# endif
STATIC SV * S_more_sv(pTHX);
-STATIC void * S_more_bodies(pTHX_ size_t size, svtype sv_type);
+STATIC void * S_more_bodies(pTHX_ svtype sv_type);
STATIC bool S_sv_2iuv_common(pTHX_ SV *sv)
__attribute__nonnull__(pTHX_1);