Message-Id: <
200008272130.WAA10083@crypt.compulink.co.uk>
p4raw-id: //depot/perl@6853
s/^(\s*)($_[0])\s*:\s*(?:#.*)?/$1/s && $2;
}
-my ($C_group_rex, $C_arg);
+our ($C_group_rex, $C_arg);
# Group in C (no support for comments or literals)
$C_group_rex = qr/ [({\[]
(?: (?> [^()\[\]{}]+ ) | (??{ $C_group_rex }) )*