Loading util/mkbuildinf.pl +2 −1 Original line number Diff line number Diff line Loading @@ -17,8 +17,9 @@ print <<"END_OUTPUT"; END_OUTPUT my $ctr = 0; foreach my $c (split //, $cflags) { $c =~ s|([\\'])|\\$1|; # Max 18 characters per line if (($ctr++ % 18) == 0) { if (($ctr++ % 16) == 0) { if ($ctr != 1) { print "\n"; } Loading Loading
util/mkbuildinf.pl +2 −1 Original line number Diff line number Diff line Loading @@ -17,8 +17,9 @@ print <<"END_OUTPUT"; END_OUTPUT my $ctr = 0; foreach my $c (split //, $cflags) { $c =~ s|([\\'])|\\$1|; # Max 18 characters per line if (($ctr++ % 18) == 0) { if (($ctr++ % 16) == 0) { if ($ctr != 1) { print "\n"; } Loading