* ar.c (mri_mode): Make static.
[deliverable/binutils-gdb.git] / binutils / size.c
index 615e7863762607e4ccd261ab545ce9f45ad9e409..1e1dc39b419427ea1e8bde3bb02da3692c3cd22e 100644 (file)
@@ -45,7 +45,9 @@ enum
   }
 radix = decimal;
 
-int berkeley_format = BSD_DEFAULT;     /* 0 means use AT&T-style output.  */
+/* 0 means use AT&T-style output.  */
+static int berkeley_format = BSD_DEFAULT;
+
 int show_version = 0;
 int show_help = 0;
 int show_totals = 0;
@@ -100,7 +102,7 @@ usage (FILE *stream, int status)
   exit (status);
 }
 
-struct option long_options[] =
+static struct option long_options[] =
 {
   {"format", required_argument, 0, 200},
   {"radix", required_argument, 0, 201},
This page took 0.032783 seconds and 4 git commands to generate.