summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJim Cromie <jim.cromie@gmail.com>2009-11-23 14:47:07 -0700
committerRafael Garcia-Suarez <rgs@consttype.org>2009-11-24 11:03:56 +0100
commite5973ed5ed7077edf70f4112414ae22c6300aec8 (patch)
tree5091d148e39877b01b4e7587cf80046c76fd18ca /proto.h
parent3188b6e39f995cf3235071eb02ca85f5ab4182db (diff)
downloadperl-e5973ed5ed7077edf70f4112414ae22c6300aec8.tar.gz
cleanup get_arena param-names, mark as May-Change
new param-names reflect actual usage. Mark as may-change so we can add a reqid field later.
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 14ca6e9a03..eab3e82469 100644
--- a/proto.h
+++ b/proto.h
@@ -4320,7 +4320,7 @@ STATIC HV* S_require_tie_mod(pTHX_ GV *gv, const char *varpv, SV* namesv, const
#endif
-PERL_CALLCONV void* Perl_get_arena(pTHX_ const size_t svtype, const U32 misc)
+PERL_CALLCONV void* Perl_get_arena(pTHX_ const size_t arenasize, const svtype bodytype)
__attribute__malloc__
__attribute__warn_unused_result__;