diff options
author | Brooks Moses <brooks@gcc.gnu.org> | 2006-11-10 15:43:05 -0800 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2006-11-10 15:43:05 -0800 |
commit | 100401682c06a570954f9ce6c4ab8c1cdafbc639 (patch) | |
tree | e43f263da9885232a626ccd11bd044904ae7487f /gcc | |
parent | 131ac5dd47998ba7cb0876c6b49a99d9ea47bb1e (diff) | |
download | gcc-100401682c06a570954f9ce6c4ab8c1cdafbc639.zip gcc-100401682c06a570954f9ce6c4ab8c1cdafbc639.tar.gz gcc-100401682c06a570954f9ce6c4ab8c1cdafbc639.tar.bz2 |
Corrected gfc_process_option to gfc_handle_option in my last
ChangeLog entry.
From-SVN: r118670
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index be4f8b4..2b4eaad 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. |