Skip to content

Commit fd8e368

Browse files
committed
remove //DOC in the right place
1 parent 4ed996f commit fd8e368

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pr.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
print "$now $h Page $page\n";
2121
print "\n\n";
2222
for($j=$i; $j<@lines && $j<$i +50; $j++){
23+
$lines[$j] =~ s!//DOC.*!!;
2324
print $lines[$j];
2425
}
2526
for(; $j<$i+50; $j++){

runoff1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ $linenum = 0;
1919
foreach (@lines) {
2020
$linenum++;
2121
chomp;
22-
s!//DOC.*!!;
2322
s/\s+$//;
2423
if(length() >= 75){
2524
print STDERR "$file:$linenum: line too long\n";

0 commit comments

Comments
 (0)