This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_doing_taint must be public, for programs that embed perl
[perl5.git] / perlvars.h
index 7d71787..27f76eb 100644 (file)
@@ -54,3 +54,6 @@ PERLVAR(Gdollarzero_mutex, perl_mutex)        /* Modifying $0 */
 
 /* This is constant on most architectures, a global on OS/2 */
 PERLVARI(Gsh_path,     char *, SH_PATH)/* full path of shell */
+
+PERLVAR(Gearlytaint,   bool)   /* Early warning for taint, before PL_tainting  is set */
+