]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Corrected gfc_process_option to gfc_handle_option in my last
authorBrooks Moses <brooks@gcc.gnu.org>
Fri, 10 Nov 2006 23:43:05 +0000 (15:43 -0800)
committerBrooks Moses <brooks@gcc.gnu.org>
Fri, 10 Nov 2006 23:43:05 +0000 (15:43 -0800)
ChangeLog entry.

From-SVN: r118670

gcc/fortran/ChangeLog

index be4f8b4b86582ee7155512eae3a2d32e152553e6..2b4eaad2bd74c7ec8688fcc62cc326673832145b 100644 (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.