From f7b529fae761c8603888bee76614147954754e75 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 8 Nov 2004 14:56:41 +0000 Subject: 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 --- gcc/fortran/primary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/fortran/primary.c') diff --git a/gcc/fortran/primary.c b/gcc/fortran/primary.c index fe6645de21e..6484ec60cc2 100644 --- a/gcc/fortran/primary.c +++ b/gcc/fortran/primary.c @@ -374,7 +374,7 @@ match_real_constant (gfc_expr ** result, int signflag) { c = gfc_next_char (); if (c == '.') - goto done; /* Operator named .e. or .d. */ + goto done; /* Operator named .e. or .d. */ } if (ISALPHA (c)) @@ -1654,7 +1654,7 @@ check_substring: dumped). If we see a full part or section of an array, the expression is also an array. - We can have at most one full array reference. */ + We can have at most one full array reference. */ symbol_attribute gfc_variable_attr (gfc_expr * expr, gfc_typespec * ts) -- cgit v1.2.1