From 16fe6d5906f6eff9da00cb861a7054a440d1f6eb Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Thu, 9 Mar 2000 17:39:58 +0000 Subject: support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628 --- dosish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dosish.h') diff --git a/dosish.h b/dosish.h index be7020d121..08b48fa0fe 100644 --- a/dosish.h +++ b/dosish.h @@ -52,7 +52,7 @@ /* USEMYBINMODE * This symbol, if defined, indicates that the program should - * use the routine my_binmode(FILE *fp, char iotype) to insure + * use the routine my_binmode(FILE *fp, char iotype, int mode) to insure * that a file is in "binary" mode -- that is, that no translation * of bytes occurs on read or write operations. */ -- cgit v1.2.1