From d21d2a3c9c569b3e31493675d1e7a92f09e26b75 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 26 Feb 1998 01:19:43 +0000 Subject: [PATCH] now it should actually work with perl4 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4451 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/make-proto.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/make-proto.pl b/cf/make-proto.pl index a55a64fd3..5f957f6df 100644 --- a/cf/make-proto.pl +++ b/cf/make-proto.pl @@ -25,7 +25,7 @@ while(<>) { if($line =~ /\)\s$/){ $_ = $line; while(s/\*\//\ca/){ - s/\/\*.*\ca//s; + s/\/\*(.|\n)*\ca//; } s/^\s*//; s/\s$//;