]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
diagnostics: factor the list of warning names
[bison.git] / src / getargs.c
index fe6c1d4270bf605017cd42cf61af0bfb9630dd9d..7a637a20d26a3d325721df026dca41aaf21e8b7e 100644 (file)
@@ -240,7 +240,7 @@ ARGMATCH_VERIFY (trace_args, trace_types);
 | --warnings's handling.  |
 `------------------------*/
 
-static const char * const warnings_args[] =
+const char * const warnings_args[] =
 {
   "none",
   "midrule-values",
@@ -255,7 +255,7 @@ static const char * const warnings_args[] =
   0
 };
 
-static const int warnings_types[] =
+const int warnings_types[] =
 {
   Wnone,
   Wmidrule_values,