diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-08-31 10:46:25 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2007-08-31 10:46:25 +0100 |
commit | c66bc9cc91b859926122b611e577b61c401e1e3e (patch) | |
tree | e366a750f7a901ba6afb1d14e64dd1eecb9d307a /gcc/fortran | |
parent | 5973c7435193750d1ebbeb5753a0b0d480f95fc8 (diff) | |
download | gcc-c66bc9cc91b859926122b611e577b61c401e1e3e.zip gcc-c66bc9cc91b859926122b611e577b61c401e1e3e.tar.gz gcc-c66bc9cc91b859926122b611e577b61c401e1e3e.tar.bz2 |
* intrinsic.texi (LGAMMA): Remove empty @cindex line.
From-SVN: r127964
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/intrinsic.texi | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ecbb767..629859f 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2007-08-31 Joseph Myers <joseph@codesourcery.com> + + * intrinsic.texi (LGAMMA): Remove empty @cindex line. + 2007-08-31 Paul Thomas <pault@gcc.gnu.org> PR fortran/31879 diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 876015b..6c97d52 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -6390,7 +6390,6 @@ The return value is of type @code{INTEGER} and of kind @var{KIND}. If @fnindex ALGAMA @fnindex DLGAMA @cindex Gamma function, logarithm of -@cindex @table @asis @item @emph{Description}: |