summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-04 08:33:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-04 08:33:32 +0000
commitb089116590f5bd8ca52e6ccd2a029c8fc0abb2ae (patch)
treec5cf380d0ab303e0cb6686a1027ab9005ff019d6 /perlapi.h
parent228cf569ab8135ec43daadaff1c31143a0539e1e (diff)
downloadperl-b089116590f5bd8ca52e6ccd2a029c8fc0abb2ae.tar.gz
Remove PL_earlytaint since the hash seed code
can be delayed until perl_parse(). p4raw-id: //depot/perl@19979
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/perlapi.h b/perlapi.h
index 3686e6b189..0f56a0af7e 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -934,8 +934,6 @@ END_EXTERN_C
#define PL_do_undump (*Perl_Gdo_undump_ptr(NULL))
#undef PL_dollarzero_mutex
#define PL_dollarzero_mutex (*Perl_Gdollarzero_mutex_ptr(NULL))
-#undef PL_earlytaint
-#define PL_earlytaint (*Perl_Gearlytaint_ptr(NULL))
#undef PL_hexdigit
#define PL_hexdigit (*Perl_Ghexdigit_ptr(NULL))
#undef PL_malloc_mutex