diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-03-25 11:36:22 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-03-25 11:36:22 +0000 |
commit | b88ec9b84f9d599a41447aac819ad5d416865052 (patch) | |
tree | 87baeb3707795a3a57c4797a4a4de423f0196c12 /proto.h | |
parent | ba40575b1bc253505539e6f1f4c3f07c32cc09e5 (diff) | |
download | perl-b88ec9b84f9d599a41447aac819ad5d416865052.tar.gz |
Repeat change 33508 - change 33561 re-instated the mistake in change
33507.
p4raw-id: //depot/perl@33563
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4055,7 +4055,7 @@ PERL_CALLCONV GP* Perl_gp_dup(pTHX_ GP *const gp, CLONE_PARAMS *const param) #define PERL_ARGS_ASSERT_GP_DUP \ assert(param) -PERL_CALLCONV MAGIC* Perl_mg_dup(pTHX_ MAGIC *const mg, CLONE_PARAMS *const param) +PERL_CALLCONV MAGIC* Perl_mg_dup(pTHX_ MAGIC *mg, CLONE_PARAMS *const param) __attribute__warn_unused_result__ __attribute__nonnull__(pTHX_2); #define PERL_ARGS_ASSERT_MG_DUP \ |