* runtime/string.c (find_option): Change 3rd argument to
const st_option *. * libgfortran.h (find_option): Likewise. * runtime/environ.c (rounding, precision, signal_choices): Constify. (init_choice, show_choice): Change 2nd argument to const choice *. * io/open.c (access_opt, action_opt, blank_opt, delim_opt, form_opt, position_opt, status_opt, pad_opt): Constify. * io/transfer.c (advance_opt): Likewise. * io/inquire.c (undefined): Likewise. * io/close.c (status_opt): Likewise. * io/format.c (posint_required, period_required, nonneg_required, unexpected_element, unexpected_end, bad_string, bad_hollerith, reversion_error): Likewise. * io/unix.c (yes, no, unknown): Change from const char * into const char []. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104773 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libgfortran/ChangeLog 18 additions, 0 deletionslibgfortran/ChangeLog
- libgfortran/io/close.c 1 addition, 1 deletionlibgfortran/io/close.c
- libgfortran/io/format.c 1 addition, 1 deletionlibgfortran/io/format.c
- libgfortran/io/inquire.c 1 addition, 1 deletionlibgfortran/io/inquire.c
- libgfortran/io/open.c 8 additions, 8 deletionslibgfortran/io/open.c
- libgfortran/io/transfer.c 1 addition, 1 deletionlibgfortran/io/transfer.c
- libgfortran/io/unix.c 1 addition, 1 deletionlibgfortran/io/unix.c
- libgfortran/libgfortran.h 1 addition, 1 deletionlibgfortran/libgfortran.h
- libgfortran/runtime/environ.c 5 additions, 5 deletionslibgfortran/runtime/environ.c
- libgfortran/runtime/string.c 1 addition, 1 deletionlibgfortran/runtime/string.c
Loading
Please register or sign in to comment