summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-06-27 07:39:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-06-27 07:39:58 +0000
commita06433151b0f1a3a12ccc4d2629feb511ea9fce6 (patch)
tree7a792ed00e298f50f76ed78fb7ae11da1599ee29 /embed.h
parentd0d2ba8fa784ab4c88f64ef679c2c1ff6203412a (diff)
downloadperl-a06433151b0f1a3a12ccc4d2629feb511ea9fce6.tar.gz
Make doing_taint() always available (though not
part of the public API). p4raw-id: //depot/perl@19862
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 14b534345c..b89d17359a 100644
--- a/embed.h
+++ b/embed.h
@@ -29,6 +29,9 @@
#if defined(PERL_IMPLICIT_SYS)
#endif
+#ifdef PERL_CORE
+#define doing_taint Perl_doing_taint
+#endif
#if defined(USE_ITHREADS)
# if defined(PERL_IMPLICIT_SYS)
# endif
@@ -2531,6 +2534,9 @@
#if defined(PERL_IMPLICIT_SYS)
#endif
+#ifdef PERL_CORE
+#define doing_taint Perl_doing_taint
+#endif
#if defined(USE_ITHREADS)
# if defined(PERL_IMPLICIT_SYS)
# endif