summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-05-25 23:26:33 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-05-25 23:26:33 +0000
commit4b8f2e61a9bd693bb1aedb3127f6c5d2e1d8c5dc (patch)
tree95bc8902ed80328d670b356902a38c0e46e89344 /perlapi.h
parentcbb8049cc02620a27212e2f0f3efd2cea8b73cea (diff)
downloadperl-4b8f2e61a9bd693bb1aedb3127f6c5d2e1d8c5dc.tar.gz
delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
the first two aren't used, and the last two are just place holders to ensure that both runops functions get linked in; so make them global rather than per-interpeter p4raw-id: //depot/perl@31280
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/perlapi.h b/perlapi.h
index 72073b0fff..a01923923a 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -342,8 +342,6 @@ END_EXTERN_C
#define PL_globalstash (*Perl_Iglobalstash_ptr(aTHX))
#undef PL_hash_seed
#define PL_hash_seed (*Perl_Ihash_seed_ptr(aTHX))
-#undef PL_hash_seed_set
-#define PL_hash_seed_set (*Perl_Ihash_seed_set_ptr(aTHX))
#undef PL_hintgv
#define PL_hintgv (*Perl_Ihintgv_ptr(aTHX))
#undef PL_hints
@@ -390,8 +388,6 @@ END_EXTERN_C
#define PL_laststatval (*Perl_Ilaststatval_ptr(aTHX))
#undef PL_laststype
#define PL_laststype (*Perl_Ilaststype_ptr(aTHX))
-#undef PL_lineary
-#define PL_lineary (*Perl_Ilineary_ptr(aTHX))
#undef PL_localizing
#define PL_localizing (*Perl_Ilocalizing_ptr(aTHX))
#undef PL_localpatches
@@ -558,10 +554,6 @@ END_EXTERN_C
#define PL_rs (*Perl_Irs_ptr(aTHX))
#undef PL_runops
#define PL_runops (*Perl_Irunops_ptr(aTHX))
-#undef PL_runops_dbg
-#define PL_runops_dbg (*Perl_Irunops_dbg_ptr(aTHX))
-#undef PL_runops_std
-#define PL_runops_std (*Perl_Irunops_std_ptr(aTHX))
#undef PL_savebegin
#define PL_savebegin (*Perl_Isavebegin_ptr(aTHX))
#undef PL_savestack
@@ -792,6 +784,10 @@ END_EXTERN_C
#define PL_perlio_mutex (*Perl_Gperlio_mutex_ptr(NULL))
#undef PL_ppaddr
#define PL_ppaddr (*Perl_Gppaddr_ptr(NULL))
+#undef PL_runops_dbg
+#define PL_runops_dbg (*Perl_Grunops_dbg_ptr(NULL))
+#undef PL_runops_std
+#define PL_runops_std (*Perl_Grunops_std_ptr(NULL))
#undef PL_sh_path
#define PL_sh_path (*Perl_Gsh_path_ptr(NULL))
#undef PL_sig_defaulting