diff options
Diffstat (limited to 'gcc/fortran/cpp.c')
-rw-r--r-- | gcc/fortran/cpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/cpp.c b/gcc/fortran/cpp.c index 0498130..86e0335 100644 --- a/gcc/fortran/cpp.c +++ b/gcc/fortran/cpp.c @@ -574,7 +574,7 @@ gfc_cpp_init (void) pp_dir_change (cpp_in, get_src_pwd ()); } -try +gfc_try gfc_cpp_preprocess (const char *source_file) { if (!gfc_cpp_enabled ()) |