summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-10-21 14:52:35 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-10-21 14:52:35 +0000
commita1ea730d96bcc07b3d616a92ace3927de8290cdd (patch)
tree725e0b5ba356e7a24c6a9304ad5403ca773cb006 /perlapi.h
parent7fcdafbdb0bffcc321d3a9c54e5d13442d621313 (diff)
downloadperl-a1ea730d96bcc07b3d616a92ace3927de8290cdd.tar.gz
PerlIO layer table as PL_perlio (per-interpreter)
p4raw-id: //depot/perlio@12544
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perlapi.h b/perlapi.h
index 4d7a521aa8..ffe9741047 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -437,6 +437,8 @@ END_EXTERN_C
#define PL_perl_destruct_level (*Perl_Iperl_destruct_level_ptr(aTHX))
#undef PL_perldb
#define PL_perldb (*Perl_Iperldb_ptr(aTHX))
+#undef PL_perlio
+#define PL_perlio (*Perl_Iperlio_ptr(aTHX))
#undef PL_pidstatus
#define PL_pidstatus (*Perl_Ipidstatus_ptr(aTHX))
#undef PL_preambleav
@@ -923,8 +925,6 @@ END_EXTERN_C
#define PL_hexdigit (*Perl_Ghexdigit_ptr(NULL))
#undef PL_malloc_mutex
#define PL_malloc_mutex (*Perl_Gmalloc_mutex_ptr(NULL))
-#undef PL_my_inv_rand_max
-#define PL_my_inv_rand_max (*Perl_Gmy_inv_rand_max_ptr(NULL))
#undef PL_op_mutex
#define PL_op_mutex (*Perl_Gop_mutex_ptr(NULL))
#undef PL_patleave