Re: [perl #33892] Add Interix support
[p5sagit/p5-mst-13.2.git] / regcomp.pl
index 1809da3..97403ba 100644 (file)
@@ -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   !!!!!!!