X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl.h;h=c502d2bf489c109994942351092fc17f9951ca42;hb=5838c20cbc655050024f8cc4f3747da54d859745;hp=d53015f0f915b971b35e9884e39c0d88d510d13e;hpb=287c8091529321306208d03ea400ad532aea56f5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perl.h b/perl.h index d53015f..c502d2b 100644 --- a/perl.h +++ b/perl.h @@ -2175,7 +2175,7 @@ typedef pthread_key_t perl_key; * that a file is in "binary" mode -- that is, that no translation * of bytes occurs on read or write operations. */ -# define USEMYBINMODE / **/ +# define USEMYBINMODE /**/ # include /* for setmode() prototype */ # define my_binmode(fp, iotype, mode) \ (PerlLIO_setmode(fileno(fp), mode) != -1 ? TRUE : FALSE)