Commit 10040168 by Brooks Moses

Corrected gfc_process_option to gfc_handle_option in my last

ChangeLog entry.

From-SVN: r118670
parent 131ac5dd
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* lang.opt (-fmodule-private): Remove option. * lang.opt (-fmodule-private): Remove option.
* gfortran.h (gfc_option_t): Remove module_access_private flag. * gfortran.h (gfc_option_t): Remove module_access_private flag.
* options.c (gfc_init_options): Remove initialization for it. * 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 * module.c (gfc_check_access): Add comments, remove check for
gfc_option.flag_module_access_private. gfc_option.flag_module_access_private.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment