diff options
author | Martin Liska <mliska@suse.cz> | 2021-04-20 10:01:18 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-04-20 10:01:18 +0200 |
commit | a78721691fb18b5b490c87e3e7464711e0381ca1 (patch) | |
tree | de204793709dc4bfdfbf95ff1a766d8e5a69689b | |
parent | 30779e97b9dc2f77705d9589965c66353ed7447e (diff) | |
download | gcc-a78721691fb18b5b490c87e3e7464711e0381ca1.zip gcc-a78721691fb18b5b490c87e3e7464711e0381ca1.tar.gz gcc-a78721691fb18b5b490c87e3e7464711e0381ca1.tar.bz2 |
Revert @ifset DEVELOPMENT changes.
-rw-r--r-- | gcc/fortran/gfc-internals.texi | 8 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/gcc/fortran/gfc-internals.texi b/gcc/fortran/gfc-internals.texi index 21cd022..49de0ce 100644 --- a/gcc/fortran/gfc-internals.texi +++ b/gcc/fortran/gfc-internals.texi @@ -102,11 +102,11 @@ Boston, MA 02110-1301, USA@* This manual documents the internals of @command{gfortran}, the GNU Fortran compiler. -ifsetDEVELOPMENT +@ifset DEVELOPMENT @emph{Warning:} This document, and the compiler it describes, are still under development. While efforts are made to keep it up-to-date, it might not accurately reflect the status of the most recent GNU Fortran compiler. -endifset +@end ifset @comment @comment When you add a new menu item, please keep the right hand @@ -139,12 +139,12 @@ endifset This manual documents the internals of @command{gfortran}, the GNU Fortran compiler. -ifsetDEVELOPMENT +@ifset DEVELOPMENT @emph{Warning:} This document, and the compiler it describes, are still under development. While efforts are made to keep it up-to-date, it might not accurately reflect the status of the most recent GNU Fortran compiler. -endifset +@end ifset @end iftex At present, this manual is very much a work in progress, containing diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 319b65c..60bf257 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -161,11 +161,11 @@ This manual documents the use of @command{gfortran}, the GNU Fortran compiler. You can find in this manual how to invoke @command{gfortran}, as well as its features and incompatibilities. -ifsetDEVELOPMENT +@ifset DEVELOPMENT @emph{Warning:} This document, and the compiler it describes, are still under development. While efforts are made to keep it up-to-date, it might not accurately reflect the status of the most recent GNU Fortran compiler. -endifset +@end ifset @comment @comment When you add a new menu item, please keep the right hand @@ -212,12 +212,12 @@ This manual documents the use of @command{gfortran}, the GNU Fortran compiler. You can find in this manual how to invoke @command{gfortran}, as well as its features and incompatibilities. -ifsetDEVELOPMENT +@ifset DEVELOPMENT @emph{Warning:} This document, and the compiler it describes, are still under development. While efforts are made to keep it up-to-date, it might not accurately reflect the status of the most recent GNU Fortran compiler. -endifset +@end ifset @end iftex The GNU Fortran compiler front end was |