workaround for xsubpp
Hugo van der Sanden [Sun, 27 Aug 2000 22:30:25 +0000 (23:30 +0100)]
Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>

p4raw-id: //depot/perl@6853

lib/ExtUtils/xsubpp

index 1e9ff45..a7fe860 100755 (executable)
@@ -300,7 +300,7 @@ sub check_keyword {
        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 }) )*