diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-08 14:56:41 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-08 14:56:41 +0000 |
commit | f7b529fae761c8603888bee76614147954754e75 (patch) | |
tree | bf128e11ba70bddbb7f8b8beb206603bd3c66ad5 /gcc/fortran/expr.c | |
parent | 03fd3f84d88fb235f16093b9da6e91e6f4a7c253 (diff) | |
download | gcc-f7b529fae761c8603888bee76614147954754e75.zip gcc-f7b529fae761c8603888bee76614147954754e75.tar.gz gcc-f7b529fae761c8603888bee76614147954754e75.tar.bz2 |
arith.c, [...]: Fix comment formatting.
* arith.c, array.c, decl.c, expr.c, f95-lang.c, gfortran.h,
gfortranspec.c, interface.c, intrinsic.c, iresolve.c, match.c,
module.c, parse.c, parse.h, primary.c, resolve.c, scanner.c,
trans-array.c, trans-array.h, trans-expr.c, trans-intrinsic.c,
trans-io.c, trans-stmt.c, trans.h: Fix comment formatting.
From-SVN: r90266
Diffstat (limited to 'gcc/fortran/expr.c')
-rw-r--r-- | gcc/fortran/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/expr.c b/gcc/fortran/expr.c index ab83064..5037c8c 100644 --- a/gcc/fortran/expr.c +++ b/gcc/fortran/expr.c @@ -583,7 +583,7 @@ gfc_build_conversion (gfc_expr * e) The exception is that the operands of an exponential don't have to have the same type. If possible, the base is promoted to the type of the exponent. For example, 1**2.3 becomes 1.0**2.3, but - 1.0**2 stays as it is. */ + 1.0**2 stays as it is. */ void gfc_type_convert_binary (gfc_expr * e) |