Commit 37efe9e9 by Kazu Hirata Committed by Kazu Hirata

* intrinsic.texi: Fix a typo.

From-SVN: r118131
parent bd6f7848
2006-10-29 Kazu Hirata <kazu@codesourcery.com>
* intrinsic.texi: Fix a typo.
2006-10-27 Steven G. Kargl <kargl@gcc.gnu.org> 2006-10-27 Steven G. Kargl <kargl@gcc.gnu.org>
* gfortran.h: Remove GFC_MPFR_TOO_OLD. * gfortran.h: Remove GFC_MPFR_TOO_OLD.
* arith.c (arctangent2): Remove function * arith.c (arctangent2): Remove function
(gfc_check_real_range): Remove subnormal kludge. (gfc_check_real_range): Remove subnormal kludge.
......
...@@ -417,7 +417,7 @@ present, then all characters up to and excluding @code{achar(0)} are ...@@ -417,7 +417,7 @@ present, then all characters up to and excluding @code{achar(0)} are
used as file name. used as file name.
@item @var{MODE} @tab Scalar @code{CHARACTER} with the file access mode, @item @var{MODE} @tab Scalar @code{CHARACTER} with the file access mode,
may be any concatenation of @code{"r"} (readable), @code{"w"} (writable) 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 @end multitable
@item @emph{Return value}: @item @emph{Return value}:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment