Commit 836d77a9 by Neil Booth Committed by Neil Booth

* misc.c (save_argc, save_argv): Keep non-static!

From-SVN: r68853
parent 85122445
2003-07-02 Neil Booth <neil@daikokuya.co.uk>
* misc.c (save_argc, save_argv): Keep non-static!
2003-07-02 Neil Booth <neil@daikokuya.co.uk>
* misc.c (save_argc, save_argv): Make static.
(gnat_init_options): New prototype.
(gnat_init_options): Update.
......
......@@ -180,8 +180,8 @@ const char *const tree_code_name[] = {
#undef DEFTREECODE
/* Command-line argc and argv. */
static unsigned int save_argc;
static const char **save_argv;
unsigned int save_argc;
const char **save_argv;
/* gnat standard argc argv */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment