From efbca139c8a82f1676e66fa6d3cdf108789b68b7 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 27 Aug 2000 21:59:21 +0000 Subject: Retract #6853 (false alarm). p4raw-id: //depot/perl@6855 --- lib/ExtUtils/xsubpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/ExtUtils/xsubpp b/lib/ExtUtils/xsubpp index a7fe8603a9..1e9ff45cc9 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 }) )* -- cgit v1.2.1