From: Jim Meyering Date: Mon, 5 Sep 2005 15:06:37 +0000 (+0000) Subject: Don't omit comments until there is better documentation. X-Git-Tag: CPPI-1_12~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b661b0366ed05abb303269780207a13c190ad18;p=thirdparty%2Fcoreutils.git Don't omit comments until there is better documentation. --- diff --git a/src/dcgen b/src/dcgen index 6887caf0f0..a3f04c37c2 100755 --- a/src/dcgen +++ b/src/dcgen @@ -39,7 +39,6 @@ my @line; while (<>) { chomp; - s/[[:blank:]]*#.*//; s/[[:blank:]]+/ /g; $_ and push @line, $_;