projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f2e6bef
)
Call the new perlio symbols differently.
Jarkko Hietaniemi [Mon, 29 Oct 2001 13:24:54 +0000 (13:24 +0000)]
p4raw-id: //depot/perl@12759
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
e4363e2
..
ad51d81
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-657,9
+657,9
@@
my @layer_syms = qw(
PerlIO_push
PerlIO_sv_dup
PerlIO_unread
- Perl_Idef_layerlist_ptr
- Perl_Iknown_layers_ptr
- Perl_Iperlio_ptr
+ PL_def_layerlist
+ PL_known_layers
+ PL_perlio
);
if ($define{'USE_PERLIO'}) {