mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:00:26 +08:00
* intrinsic.texi: Fix a typo.
From-SVN: r118131
This commit is contained in:
parent
bd6f7848ee
commit
37efe9e9c7
@ -1,4 +1,9 @@
|
||||
2006-10-29 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* intrinsic.texi: Fix a typo.
|
||||
|
||||
2006-10-27 Steven G. Kargl <kargl@gcc.gnu.org>
|
||||
|
||||
* gfortran.h: Remove GFC_MPFR_TOO_OLD.
|
||||
* arith.c (arctangent2): Remove function
|
||||
(gfc_check_real_range): Remove subnormal kludge.
|
||||
|
@ -417,7 +417,7 @@ present, then all characters up to and excluding @code{achar(0)} are
|
||||
used as file name.
|
||||
@item @var{MODE} @tab Scalar @code{CHARACTER} with the file access mode,
|
||||
may be any concatenation of @code{"r"} (readable), @code{"w"} (writable)
|
||||
and @code{"x"} (executable), or @code{" "} to check for existance.
|
||||
and @code{"x"} (executable), or @code{" "} to check for existence.
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
|
Loading…
x
Reference in New Issue
Block a user