diff options
Diffstat (limited to 'gcc/fortran/decl.c')
-rw-r--r-- | gcc/fortran/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index b3114cac2c1..45978c04ddf 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -186,7 +186,7 @@ var_element (gfc_data_variable * new) return MATCH_ERROR; } -#if 0 // TODO: Find out where to move this message +#if 0 /* TODO: Find out where to move this message */ if (sym->attr.in_common) /* See if sym is in the blank common block. */ for (t = &sym->ns->blank_common; t; t = t->common_next) |