From: Jarkko Hietaniemi Date: Sun, 27 Aug 2000 21:59:21 +0000 (+0000) Subject: Retract #6853 (false alarm). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=efbca139c8a82f1676e66fa6d3cdf108789b68b7;p=p5sagit%2Fp5-mst-13.2.git Retract #6853 (false alarm). p4raw-id: //depot/perl@6855 --- diff --git a/lib/ExtUtils/xsubpp b/lib/ExtUtils/xsubpp index a7fe860..1e9ff45 100755 --- a/lib/ExtUtils/xsubpp +++ b/lib/ExtUtils/xsubpp @@ -300,7 +300,7 @@ sub check_keyword { s/^(\s*)($_[0])\s*:\s*(?:#.*)?/$1/s && $2; } -our ($C_group_rex, $C_arg); +my ($C_group_rex, $C_arg); # Group in C (no support for comments or literals) $C_group_rex = qr/ [({\[] (?: (?> [^()\[\]{}]+ ) | (??{ $C_group_rex }) )*