-char *spec_outfile = NULL; /* for -o. */
-char *spec_file_prefix = NULL; /* for -b. */
-const char *spec_name_prefix = NULL; /* for -p. */
-char *spec_verbose_file = NULL; /* for --verbose. */
-char *spec_graph_file = NULL; /* for -g. */
-char *spec_defines_file = NULL; /* for --defines. */
-char *parser_file_name = NULL;
+char const *spec_outfile = NULL; /* for -o. */
+char const *spec_file_prefix = NULL; /* for -b. */
+char const *spec_name_prefix = NULL; /* for -p. */
+char const *spec_verbose_file = NULL; /* for --verbose. */
+char const *spec_graph_file = NULL; /* for -g. */
+char const *spec_defines_file = NULL; /* for --defines. */
+char const *parser_file_name;