OSDN Git Service

2010-09-01 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Sep 2010 16:34:14 +0000 (16:34 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Sep 2010 16:34:14 +0000 (16:34 +0000)
        * gfortran.texi (preprocessing): Update URL to COCO.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163739 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi

index 4c627da..0078863 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-01  Tobias Burnus  <burnus@net-b.de>
+
+       * gfortran.texi (preprocessing): Update URL to COCO.
+
 2010-09-01  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        * trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Resize
index 93b742b..10492f0 100644 (file)
@@ -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 ---------------------------------------------------------------------