orig rh72
[nethome.git] / 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);