summaryrefslogtreecommitdiff
path: root/regcomp.pl
diff options
context:
space:
mode:
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 !!!!!!!