diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-25 00:40:37 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-25 00:40:37 +0000 |
commit | 30d4ffea3680b7c7c5f8be2f34010b056a524715 (patch) | |
tree | f4f354afbbdb211f79f5b3c94cb1ba34d2c797c1 /gcc/fortran/error.c | |
parent | 85b2164b6480724482a981c3beeef09520b1c9af (diff) | |
download | gcc-30d4ffea3680b7c7c5f8be2f34010b056a524715.tar.gz |
Update FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101310 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/error.c')
-rw-r--r-- | gcc/fortran/error.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/error.c b/gcc/fortran/error.c index c531329566e..d30153c6226 100644 --- a/gcc/fortran/error.c +++ b/gcc/fortran/error.c @@ -17,8 +17,8 @@ for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. */ +Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. */ /* Handle the inevitable errors. A major catch here is that things flagged as errors in one match subroutine can conceivably be legal |