diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 21:58:52 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 21:58:52 +0000 |
commit | d1a002d40d48ad14d45b48c55fb113c8f8885a42 (patch) | |
tree | 18e79c1489c3c5b1af8f012b7f6eec247548ebc7 /objpp.h | |
parent | bb6014b304fce37516ed7fc833a452e821fb367f (diff) | |
download | perl-d1a002d40d48ad14d45b48c55fb113c8f8885a42.tar.gz |
undo ck_sysread() changes#1319,1337 in preparation for a much
simpler fix
p4raw-link: @1337 on //depot/perl: 77808da1249dc49b6d1ea4171ebce9989b18ea3f
p4raw-link: @1319 on //depot/perl: 5081475eefaf24307ce7eaf4c87aafd588b37e98
p4raw-id: //depot/perl@1345
Diffstat (limited to 'objpp.h')
-rw-r--r-- | objpp.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -153,8 +153,6 @@ #define ck_subr CPerlObj::Perl_ck_subr #undef ck_svconst #define ck_svconst CPerlObj::Perl_ck_svconst -#undef ck_sysread -#define ck_sysread CPerlObj::Perl_ck_sysread #undef ck_trunc #define ck_trunc CPerlObj::Perl_ck_trunc #undef convert |