intrinsic.texi: (MOVE_ALLOC) changed "Options" to "Standards".

2006-10-09  Brooks Moses  <bmoses@stanford.edu>

	*intrinsic.texi: (MOVE_ALLOC) changed "Options" to "Standards".

From-SVN: r117585
This commit is contained in:
Brooks Moses 2006-10-09 22:33:55 +00:00 committed by Brooks Moses
parent cc6d3bde5a
commit 3d614c7423
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2006-10-09 Brooks Moses <bmoses@stanford.edu>
*intrinsic.texi: (MOVE_ALLOC) changed "Options" to "Standards".
2006-10-09 Steven G. Kargl <kargl@gcc.gnu.org>
* gfortran.h: Define GFC_MPFR_TOO_OLD via mpfr version info.

View file

@ -5845,8 +5845,8 @@ Elemental subroutine
@code{MOVE_ALLOC(SRC, DEST)} moves the allocation from @var{SRC} to
@var{DEST}. @var{SRC} will become deallocated in the process.
@item @emph{Option}:
f2003, gnu
@item @emph{Standard}:
F2003 and later
@item @emph{Class}:
Subroutine