diff options
Diffstat (limited to 'gcc/fortran/trans-decl.c')
-rw-r--r-- | gcc/fortran/trans-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c index 109a187..0b70903 100644 --- a/gcc/fortran/trans-decl.c +++ b/gcc/fortran/trans-decl.c @@ -3212,7 +3212,7 @@ gfc_generate_function_code (gfc_namespace * ns) /* If this is the main program and an -fconvert option was provided, add a call to set_convert. */ - if (sym->attr.is_main_program && gfc_option.convert != CONVERT_NATIVE) + if (sym->attr.is_main_program && gfc_option.convert != GFC_CONVERT_NATIVE) { tmp = build_call_expr (gfor_fndecl_set_convert, 1, build_int_cst (integer_type_node, |