diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-08 14:56:41 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-08 14:56:41 +0000 |
| commit | b14e2757acd28c7edeeaf2bf64d061563ab11606 (patch) | |
| tree | bf128e11ba70bddbb7f8b8beb206603bd3c66ad5 /gcc/fortran/array.c | |
| parent | 9352387785a00ec248f7b1134856ba4d91ecd048 (diff) | |
| download | ppe42-gcc-b14e2757acd28c7edeeaf2bf64d061563ab11606.tar.gz ppe42-gcc-b14e2757acd28c7edeeaf2bf64d061563ab11606.zip | |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90266 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/array.c')
| -rw-r--r-- | gcc/fortran/array.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/array.c b/gcc/fortran/array.c index ac1ea6f9f92..14848282d3a 100644 --- a/gcc/fortran/array.c +++ b/gcc/fortran/array.c @@ -968,7 +968,7 @@ check_element_type (gfc_expr * expr) } -/* Recursive work function for gfc_check_constructor_type(). */ +/* Recursive work function for gfc_check_constructor_type(). */ static try check_constructor_type (gfc_constructor * c) @@ -1609,7 +1609,7 @@ gfc_get_array_element (gfc_expr * array, int element) /* These are needed just to accommodate RESHAPE(). There are no diagnostics here, we just return a negative number if something - goes wrong. */ + goes wrong. */ /* Get the size of single dimension of an array specification. The |

