summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-12-13 14:27:08 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-14 14:43:40 +0000
commit6537fe72dd6d63cc0c7164fec44beb82d2568599 (patch)
tree32c01336d785c38d130126526438bf4951f89791 /perlapi.h
parenta58d912c5262ef3032191d4aea207683577527bb (diff)
downloadperl-6537fe72dd6d63cc0c7164fec44beb82d2568599.tar.gz
-t taint warnings
Message-ID: <20011214002707.GA10532@blackrider> (reword the perlrun -t description a bit, and move the Itaint_warn to the bottom of the intrpvar.h for binary compatibility) p4raw-id: //depot/perl@13684
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index dc32def20c..4eb2c4bcca 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -535,6 +535,8 @@ END_EXTERN_C
#define PL_svref_mutex (*Perl_Isvref_mutex_ptr(aTHX))
#undef PL_sys_intern
#define PL_sys_intern (*Perl_Isys_intern_ptr(aTHX))
+#undef PL_taint_warn
+#define PL_taint_warn (*Perl_Itaint_warn_ptr(aTHX))
#undef PL_tainting
#define PL_tainting (*Perl_Itainting_ptr(aTHX))
#undef PL_threadnum