summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-10 23:43:05 +0000
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-10 23:43:05 +0000
commit064648f4fda87709a7a69eff8979e06cb1418ef0 (patch)
treee43f263da9885232a626ccd11bd044904ae7487f
parent74b1da4b2965a1d33d5ed2f363ce85db9da1ef85 (diff)
downloadgcc-064648f4fda87709a7a69eff8979e06cb1418ef0.tar.gz
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
-rw-r--r--gcc/fortran/ChangeLog2
1 files changed, 1 insertions, 1 deletions
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.