From: brooks Date: Fri, 10 Nov 2006 23:43:05 +0000 (+0000) Subject: Corrected gfc_process_option to gfc_handle_option in my last X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=064648f4fda87709a7a69eff8979e06cb1418ef0 Corrected gfc_process_option to gfc_handle_option in my last ChangeLog entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118670 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index be4f8b4b865..2b4eaad2bd7 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -3,7 +3,7 @@ * lang.opt (-fmodule-private): Remove option. * gfortran.h (gfc_option_t): Remove module_access_private flag. * options.c (gfc_init_options): Remove initialization for it. - (gfc_process_option): Remove handling for -fmodule-private. + (gfc_handle_option): Remove handling for -fmodule-private. * module.c (gfc_check_access): Add comments, remove check for gfc_option.flag_module_access_private.