diff options
author | Tobias Burnus <burnus@net-b.de> | 2010-09-01 18:34:14 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2010-09-01 18:34:14 +0200 |
commit | f39168b3e7d50cf6d35020923b5a40164ad7b155 (patch) | |
tree | 23892e47890abfd57c301bd0314ac8cad51788e4 /gcc/fortran/gfortran.texi | |
parent | d323f47ee01854e84cc0448b25880c393acd44b0 (diff) | |
download | gcc-f39168b3e7d50cf6d35020923b5a40164ad7b155.zip gcc-f39168b3e7d50cf6d35020923b5a40164ad7b155.tar.gz gcc-f39168b3e7d50cf6d35020923b5a40164ad7b155.tar.bz2 |
gfortran.texi (preprocessing): Update URL to COCO.
2010-09-01 Tobias Burnus <burnus@net-b.de>
* gfortran.texi (preprocessing): Update URL to COCO.
From-SVN: r163739
Diffstat (limited to 'gcc/fortran/gfortran.texi')
-rw-r--r-- | gcc/fortran/gfortran.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 93b742b..10492f0 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 --------------------------------------------------------------------- |