summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-06-29 13:17:09 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-06-29 13:17:09 +0000
commitd20fa10417f31b8f4d60b68adce91b91f9d3cd62 (patch)
treeadccae3a88f75019e69925ae2d814b81e35c1cac /embed.h
parentc4b2e1b65d11779e63c2d42d6b840c9078181338 (diff)
downloadperl-d20fa10417f31b8f4d60b68adce91b91f9d3cd62.tar.gz
Perl_doing_taint must be public, for programs that embed perl
p4raw-id: //depot/perl@19882
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed.h b/embed.h
index c7dd564177..e872a31d74 100644
--- a/embed.h
+++ b/embed.h
@@ -29,9 +29,7 @@
#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
@@ -2539,9 +2537,7 @@
#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