summaryrefslogtreecommitdiff
path: root/regcomp.pl
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2004-11-16 10:55:20 +0000
committerSteve Hay <SteveHay@planit.com>2004-11-16 10:55:20 +0000
commitdfb1454fc4d475052564cd52d54284a5565a13e1 (patch)
tree8afc37835ece95d079f371b69b4f113f51698ec1 /regcomp.pl
parent3d036c2b4a16bfabb30adc0a1c9a65f0f7823869 (diff)
downloadperl-dfb1454fc4d475052564cd52d54284a5565a13e1.tar.gz
Make all scripts run by regen.pl write output with UNIX style EOL's.
(autodoc.pl was already done by change 23371.) p4raw-id: //depot/perl@23501
Diffstat (limited to 'regcomp.pl')
-rw-r--r--regcomp.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.pl b/regcomp.pl
index 1809da3b25..97403ba7d4 100644
--- a/regcomp.pl
+++ b/regcomp.pl
@@ -22,6 +22,7 @@ $tmp_h = 'tmp_reg.h';
unlink $tmp_h if -f $tmp_h;
open OUT, ">$tmp_h";
+binmode OUT;
print OUT <<EOP;
/* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!