From: Tobias Burnus Date: Wed, 1 Sep 2010 16:34:14 +0000 (+0200) Subject: gfortran.texi (preprocessing): Update URL to COCO. X-Git-Tag: releases/gcc-4.6.0~4730 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f39168b3e7d50cf6d35020923b5a40164ad7b155;p=thirdparty%2Fgcc.git gfortran.texi (preprocessing): Update URL to COCO. 2010-09-01 Tobias Burnus * gfortran.texi (preprocessing): Update URL to COCO. From-SVN: r163739 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 4c627da4c96a..0078863ebff0 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2010-09-01 Tobias Burnus + + * gfortran.texi (preprocessing): Update URL to COCO. + 2010-09-01 Francois-Xavier Coudert * trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Resize diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 93b742b71092..10492f0d916a 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -426,7 +426,7 @@ While CPP is the de-facto standard for preprocessing Fortran code, Part 3 of the Fortran 95 standard (ISO/IEC 1539-3:1998) defines Conditional Compilation, which is not widely used and not directly supported by the GNU Fortran compiler. You can use the program coco -to preprocess such files (@uref{http://users.erols.com/dnagle/coco.html}). +to preprocess such files (@uref{http://www.daniellnagle.com/coco.html}). @c ---------------------------------------------------------------------