Skip to content

Commit

Permalink
remove //DOC in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Jul 13, 2009
1 parent 4ed996f commit fd8e368
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pr.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
print "$now $h Page $page\n";
print "\n\n";
for($j=$i; $j<@lines && $j<$i +50; $j++){
$lines[$j] =~ s!//DOC.*!!;
print $lines[$j];
}
for(; $j<$i+50; $j++){
Expand Down
1 change: 0 additions & 1 deletion runoff1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ $linenum = 0;
foreach (@lines) {
$linenum++;
chomp;
s!//DOC.*!!;
s/\s+$//;
if(length() >= 75){
print STDERR "$file:$linenum: line too long\n";
Expand Down

0 comments on commit fd8e368

Please sign in to comment.