"our" keywords updated to "my" keywords
authorshort <>
Thu, 15 Nov 2001 22:00:50 +0000 (22:00 +0000)
committershort <>
Thu, 15 Nov 2001 22:00:50 +0000 (22:00 +0000)
 - such variables are still visible by sub's when used in toplevel block
 - suggested by Radek Kadner

bin/checkstatic

index f2d4911..0d3395a 100755 (executable)
@@ -7,9 +7,9 @@ use Data::Dumper;
 use Getopt::Long;
 
 
-our(%symtab)=();
+my(%symtab)=();
 
-our($D);
+my($D);
 die if !GetOptions("d|debug+",\$D);