Change stripRegex prototype to $$;$ because only one caller uses
Abhijit Menon-Sen [Wed, 25 Jul 2007 19:02:44 +0000 (19:02 +0000)]
the third argument.

p4raw-id: //depot/perl@31657

x2p/s2p.PL

index 0ac27f9..d1ce6ea 100644 (file)
@@ -747,7 +747,7 @@ sub Comment($$$$$$){
 # part of s///, trailing spaces have to be kept as the initial
 # part of the replacement string.
 #
-sub stripRegex($$$){
+sub stripRegex($$;$){
     my( $del, $sref, $sub ) = @_;
     my $regex = $del;
     print "stripRegex:$del:$$sref:\n" if $useDEBUG;