remove comments
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3526 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -24,6 +24,9 @@ while(<>) {
|
|||||||
if(/\{/){
|
if(/\{/){
|
||||||
if($line =~ /\)\s$/){
|
if($line =~ /\)\s$/){
|
||||||
$_ = $line;
|
$_ = $line;
|
||||||
|
while(s/\*\//\ca/){
|
||||||
|
s/\/\*.*\ca//s;
|
||||||
|
}
|
||||||
s/^\s*//;
|
s/^\s*//;
|
||||||
s/\s$//;
|
s/\s$//;
|
||||||
s/\s+/ /g;
|
s/\s+/ /g;
|
||||||
|
Reference in New Issue
Block a user