From 2db52e1b0e363f37439893d3d746efbd3a79a29b Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 22 Sep 1997 17:33:56 +0000 Subject: [PATCH] remove comments git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3526 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/make-proto.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cf/make-proto.pl b/cf/make-proto.pl index f8f7cb204..a55a64fd3 100644 --- a/cf/make-proto.pl +++ b/cf/make-proto.pl @@ -24,6 +24,9 @@ while(<>) { if(/\{/){ if($line =~ /\)\s$/){ $_ = $line; + while(s/\*\//\ca/){ + s/\/\*.*\ca//s; + } s/^\s*//; s/\s$//; s/\s+/ /g;