remove comments

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3526 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-09-22 17:33:56 +00:00
parent 9fb9a096f6
commit 2db52e1b0e

View File

@@ -24,6 +24,9 @@ while(<>) {
if(/\{/){
if($line =~ /\)\s$/){
$_ = $line;
while(s/\*\//\ca/){
s/\/\*.*\ca//s;
}
s/^\s*//;
s/\s$//;
s/\s+/ /g;