From 033107c3b172cff2c522d216afe5dabbfe7b170a Mon Sep 17 00:00:00 2001 From: Toon Moene Date: Sun, 20 Nov 2005 11:58:24 +0100 Subject: [PATCH] invoke.texi: Remove superfluous @item. 2005-11-20 Toon Moene * invoke.texi: Remove superfluous @item. From-SVN: r107249 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/invoke.texi | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 783e3fb1013f..1d7f9cf75f40 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-11-20 Toon Moene + + * invoke.texi: Remove superfluous @item. + 2005-11-19 Janne Blomqvist PR fortran/24862 diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index ddb8fd281322..d482b32a54e0 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -225,7 +225,6 @@ Allow @samp{$} as a valid character in a symbol name. @item -fno-backslash @cindex backslash @cindex escape characters -@item Compile switch to change the interpretation of a backslash from ``C''-style escape characters to a single backslash character.