From fd8e3681010b2beea2f409038b5936831c9c8d50 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 12 Jul 2009 19:07:30 -0700 Subject: remove //DOC in the right place --- runoff1 | 1 - 1 file changed, 1 deletion(-) (limited to 'runoff1') diff --git a/runoff1 b/runoff1 index 44fdcbe..ba42e8f 100755 --- a/runoff1 +++ b/runoff1 @@ -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"; -- cgit v1.2.3