From a2b2383490a39e0229af9e938795777d11468cb6 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 20 Oct 1997 09:25:46 +0000 Subject: [PATCH] revert git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3653 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/make-proto.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cf/make-proto.pl b/cf/make-proto.pl index 74cb02a11..a55a64fd3 100644 --- a/cf/make-proto.pl +++ b/cf/make-proto.pl @@ -24,8 +24,8 @@ while(<>) { if(/\{/){ if($line =~ /\)\s$/){ $_ = $line; - while(s/\*\//\001/){ - s/\/\*.*\001//s; + while(s/\*\//\ca/){ + s/\/\*.*\ca//s; } s/^\s*//; s/\s$//;