diff options
author | Jim Cromie <jim.cromie@gmail.com> | 2009-11-23 14:47:07 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-24 11:03:56 +0100 |
commit | e5973ed5ed7077edf70f4112414ae22c6300aec8 (patch) | |
tree | 5091d148e39877b01b4e7587cf80046c76fd18ca /proto.h | |
parent | 3188b6e39f995cf3235071eb02ca85f5ab4182db (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__; |