From f39168b3e7d50cf6d35020923b5a40164ad7b155 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Wed, 1 Sep 2010 18:34:14 +0200 Subject: [PATCH] gfortran.texi (preprocessing): Update URL to COCO. 2010-09-01 Tobias Burnus * gfortran.texi (preprocessing): Update URL to COCO. From-SVN: r163739 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/gfortran.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 4c627da4c96..0078863ebff 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 93b742b7109..10492f0d916 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 ---------------------------------------------------------------------