diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-09 05:37:48 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-09 05:37:48 +0000 |
commit | 15e52e56ffc1b4b0632038d47561373c5ca610c4 (patch) | |
tree | 15aaf7ccef22d054555bbacbab3696f48ba8aab3 /pp_proto.h | |
parent | d06ea78cdb5afedf2e1a85ff54e3bfc5c519b3c5 (diff) | |
download | perl-15e52e56ffc1b4b0632038d47561373c5ca610c4.tar.gz |
get it building again on win32
p4raw-id: //depot/perl@1394
Diffstat (limited to 'pp_proto.h')
-rw-r--r-- | pp_proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pp_proto.h b/pp_proto.h index 458adc76ab..ec98f029fc 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -43,13 +43,9 @@ PPDEF(pp_undef) PPDEF(pp_study) PPDEF(pp_pos) PPDEF(pp_preinc) -PPDEF(pp_i_preinc) PPDEF(pp_predec) -PPDEF(pp_i_predec) PPDEF(pp_postinc) -PPDEF(pp_i_postinc) PPDEF(pp_postdec) -PPDEF(pp_i_postdec) PPDEF(pp_pow) PPDEF(pp_multiply) PPDEF(pp_i_multiply) |