From: Brooks Moses Date: Fri, 10 Nov 2006 23:43:05 +0000 (-0800) Subject: Corrected gfc_process_option to gfc_handle_option in my last X-Git-Tag: releases/gcc-4.3.0~8546 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=100401682c06a570954f9ce6c4ab8c1cdafbc639;p=thirdparty%2Fgcc.git Corrected gfc_process_option to gfc_handle_option in my last ChangeLog entry. From-SVN: r118670 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index be4f8b4b8658..2b4eaad2bd74 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.