diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-29 00:45:52 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-29 00:45:52 +0000 |
commit | f6bb8f4b22e28208957085201fe0260f0fa7f357 (patch) | |
tree | b8d1d37ff2f87a02075cf96d6a0b1ac5b3faff15 /gcc/fortran/cpp.h | |
parent | fca3707b4d781d2db4f0d00420f9a65efb6b721c (diff) | |
download | ppe42-gcc-f6bb8f4b22e28208957085201fe0260f0fa7f357.tar.gz ppe42-gcc-f6bb8f4b22e28208957085201fe0260f0fa7f357.zip |
* gfortran.h (try): Remove macro. Replace try with gfc_try
throughout.
* array.c: Likewise.
* check.c: Likewise.
* cpp.c: Likewise.
* cpp.h: Likewise.
* data.c: Likewise.
* data.h: Likewise.
* decl.c: Likewise.
* error.c: Likewise.
* expr.c: Likewise.
* interface.c: Likewise.
* intrinsic.c: Likewise.
* intrinsic.h: Likewise.
* io.c: Likewise.
* match.h: Likewise.
* parse.c: Likewise.
* parse.h: Likewise.
* resolve.c: Likewise.
* scanner.c: Likewise.
* simplify.c: Likewise.
* symbol.c: Likewise.
* trans-openmp.c: Likewise.
* trans-types.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138226 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/cpp.h')
-rw-r--r-- | gcc/fortran/cpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/cpp.h b/gcc/fortran/cpp.h index 6f409cc45ee..db245021110 100644 --- a/gcc/fortran/cpp.h +++ b/gcc/fortran/cpp.h @@ -36,7 +36,7 @@ int gfc_cpp_handle_option(size_t scode, const char *arg, int value); void gfc_cpp_post_options (void); -try gfc_cpp_preprocess (const char *source_file); +gfc_try gfc_cpp_preprocess (const char *source_file); void gfc_cpp_done (void); |