summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-12 00:37:20 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-12 00:37:20 +0000
commit35990314f73df48945aa05a488674262637a7abb (patch)
treec3ba2e78ca903597b8675349256ab7ab9c45d8c7 /perl.h
parent30410c71a1b43e0c20155ea024aba695beef72dd (diff)
downloadperl-35990314f73df48945aa05a488674262637a7abb.tar.gz
Detypo and rename.
p4raw-id: //depot/perl@13637
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.h b/perl.h
index dbfadc8bb3..5782b71b6b 100644
--- a/perl.h
+++ b/perl.h
@@ -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