* misc.c (save_argv): Make const.

From-SVN: r68866
This commit is contained in:
Neil Booth 2003-07-03 05:37:36 +00:00 committed by Neil Booth
parent 0e8a66de6d
commit b9add4494a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-03 Neil Booth <neil@daikokuya.co.uk>
* misc.c (save_argv): Make const.
2003-07-02 Neil Booth <neil@daikokuya.co.uk>
* misc.c (save_argc, save_argv): Keep non-static!

View File

@ -186,7 +186,7 @@ const char **save_argv;
/* gnat standard argc argv */
extern int gnat_argc;
extern char **gnat_argv;
extern const char **gnat_argv;
static void internal_error_function PARAMS ((const char *, va_list *));
static void gnat_adjust_rli PARAMS ((record_layout_info));