Corrected gfc_process_option to gfc_handle_option in my last

ChangeLog entry.

From-SVN: r118670
This commit is contained in:
Brooks Moses 2006-11-10 15:43:05 -08:00
parent 131ac5dd47
commit 100401682c
1 changed files with 1 additions and 1 deletions

View File

@ -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.