diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-12 00:37:20 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-12 00:37:20 +0000 |
commit | 35990314f73df48945aa05a488674262637a7abb (patch) | |
tree | c3ba2e78ca903597b8675349256ab7ab9c45d8c7 /perl.h | |
parent | 30410c71a1b43e0c20155ea024aba695beef72dd (diff) | |
download | perl-35990314f73df48945aa05a488674262637a7abb.tar.gz |
Detypo and rename.
p4raw-id: //depot/perl@13637
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3945,11 +3945,11 @@ int flock(int fd, int op); /* If you have different O_TEXT and O_BINARY and you are a CLRF shop, * that is, you are somehow DOSish. */ # if !defined(__BEOS__) -# define PERLIO_CLRF 1 +# define PERLIO_USING_CRLF 1 # else /* If you have O_TEXT different from your O_BINARY but you still are * not a CRLF shop. */ -# undef PERLIO_CLRF +# undef PERLIO_USING_CRLF # endif #endif |