diff options
author | Jim Cromie <jcromie@cpan.org> | 2008-02-09 00:56:59 -0700 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-02-10 07:35:45 +0000 |
commit | e71197e2883063656534954aa6b56632e3c510c6 (patch) | |
tree | 14edced972e6d6863d839e7b546dcedb9667d4fa /pp_proto.h | |
parent | 806b8cc26f53c79876b70a2e4d874e2086fceac7 (diff) | |
download | perl-e71197e2883063656534954aa6b56632e3c510c6.tar.gz |
[patch] optimize OP_IS_(FILETEST|SOCKET) macros
Message-ID: <47ADBF3B.2050108@gmail.com>
Date: Sat, 09 Feb 2008 07:56:59 -0700
p4raw-id: //depot/perl@33267
Diffstat (limited to 'pp_proto.h')
-rw-r--r-- | pp_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pp_proto.h b/pp_proto.h index 13cb3cc9a7..6a4352172a 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -274,8 +274,6 @@ PERL_PPDEF(Perl_pp_sysopen) PERL_PPDEF(Perl_pp_sysseek) PERL_PPDEF(Perl_pp_sysread) PERL_PPDEF(Perl_pp_syswrite) -PERL_PPDEF(Perl_pp_send) -PERL_PPDEF(Perl_pp_recv) PERL_PPDEF(Perl_pp_eof) PERL_PPDEF(Perl_pp_tell) PERL_PPDEF(Perl_pp_seek) @@ -283,6 +281,8 @@ PERL_PPDEF(Perl_pp_truncate) PERL_PPDEF(Perl_pp_fcntl) PERL_PPDEF(Perl_pp_ioctl) PERL_PPDEF(Perl_pp_flock) +PERL_PPDEF(Perl_pp_send) +PERL_PPDEF(Perl_pp_recv) PERL_PPDEF(Perl_pp_socket) PERL_PPDEF(Perl_pp_sockpair) PERL_PPDEF(Perl_pp_bind) |