From 064648f4fda87709a7a69eff8979e06cb1418ef0 Mon Sep 17 00:00:00 2001 From: brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Fri, 10 Nov 2006 23:43:05 +0000 Subject: [PATCH] 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 --- gcc/fortran/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index be4f8b4b8658..2b4eaad2bd74 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. -- GitLab