summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2006-04-13 11:27:52 +0100
committerNicholas Clark <nick@ccl4.org>2006-04-13 10:09:20 +0000
commit8ee4cf2435c265a68309f8b98520e063bbdc8e42 (patch)
tree4cccc083bc5bf66ad70fa6b597d427c4b54f36b4 /pp_ctl.c
parent32fc9b6af894c845c5b239287596b88571b3fcdf (diff)
downloadperl-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 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 19c2ac5fa7..5288c66d80 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3370,7 +3370,7 @@ PP(pp_require)
PL_compiling.cop_warnings = pWARN_NONE ;
else if (PL_taint_warn) {
PL_compiling.cop_warnings
- = Perl_new_warnings_bitfield(NULL, WARN_TAINTstring, WARNsize);
+ = Perl_new_warnings_bitfield(aTHX_ NULL, WARN_TAINTstring, WARNsize);
}
else
PL_compiling.cop_warnings = pWARN_STD ;