diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-06-29 13:17:09 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-06-29 13:17:09 +0000 |
commit | d20fa10417f31b8f4d60b68adce91b91f9d3cd62 (patch) | |
tree | adccae3a88f75019e69925ae2d814b81e35c1cac /global.sym | |
parent | c4b2e1b65d11779e63c2d42d6b840c9078181338 (diff) | |
download | perl-d20fa10417f31b8f4d60b68adce91b91f9d3cd62.tar.gz |
Perl_doing_taint must be public, for programs that embed perl
p4raw-id: //depot/perl@19882
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index dca38103c7..1ac204be6c 100644 --- a/global.sym +++ b/global.sym @@ -21,6 +21,7 @@ perl_destruct perl_free perl_run perl_parse +Perl_doing_taint perl_clone perl_clone_using Perl_malloc |