summaryrefslogtreecommitdiff
path: root/gcc/fortran/cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/cpp.h')
-rw-r--r--gcc/fortran/cpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/cpp.h b/gcc/fortran/cpp.h
index fc5c2826b02..04e13bef93b 100644
--- a/gcc/fortran/cpp.h
+++ b/gcc/fortran/cpp.h
@@ -43,7 +43,7 @@ int gfc_cpp_handle_option(size_t scode, const char *arg, int value);
void gfc_cpp_post_options (void);
-gfc_try gfc_cpp_preprocess (const char *source_file);
+bool gfc_cpp_preprocess (const char *source_file);
void gfc_cpp_done (void);