diff options
author | Steve Hay <SteveHay@planit.com> | 2006-04-13 11:27:52 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-13 10:09:20 +0000 |
commit | 8ee4cf2435c265a68309f8b98520e063bbdc8e42 (patch) | |
tree | 4cccc083bc5bf66ad70fa6b597d427c4b54f36b4 /util.c | |
parent | 32fc9b6af894c845c5b239287596b88571b3fcdf (diff) | |
download | perl-8ee4cf2435c265a68309f8b98520e063bbdc8e42.tar.gz |
Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
Message-ID: <443E1998.9090909@uk.radan.com>
Date: Thu, 13 Apr 2006 10:27:52 +0100
p4raw-id: //depot/perl@27784
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1533,7 +1533,7 @@ Perl_ckwarn_d(pTHX_ U32 w) /* Set buffer=NULL to get a new one. */ STRLEN * -Perl_new_warnings_bitfield(STRLEN *buffer, const char *const bits, +Perl_new_warnings_bitfield(pTHX_ STRLEN *buffer, const char *const bits, STRLEN size) { const MEM_SIZE len_wanted = sizeof(STRLEN) + size; |