diff options
Diffstat (limited to 'gcc/fortran/interface.c')
-rw-r--r-- | gcc/fortran/interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c index 72d2e5c..87b2437 100644 --- a/gcc/fortran/interface.c +++ b/gcc/fortran/interface.c @@ -710,7 +710,7 @@ count_types_test (gfc_formal_arglist * f1, gfc_formal_arglist * f2) ac1++; /* Count the number of arguments in f2 with that type, including - those that are optional. */ + those that are optional. */ ac2 = 0; for (f = f2; f; f = f->next) @@ -1313,7 +1313,7 @@ argpair; order: - p->a->expr == NULL - p->a->expr->expr_type != EXPR_VARIABLE - - growing p->a->expr->symbol. */ + - growing p->a->expr->symbol. */ static int pair_cmp (const void *p1, const void *p2) |