aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/fortran/cpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/fortran/cpp.c')
-rw-r--r--gcc-4.9/gcc/fortran/cpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/fortran/cpp.c b/gcc-4.9/gcc/fortran/cpp.c
index 169599003..7fb8d1602 100644
--- a/gcc-4.9/gcc/fortran/cpp.c
+++ b/gcc-4.9/gcc/fortran/cpp.c
@@ -171,7 +171,7 @@ cpp_define_builtins (cpp_reader *pfile)
cpp_define (pfile, "_LANGUAGE_FORTRAN=1");
if (gfc_option.gfc_flag_openmp)
- cpp_define (pfile, "_OPENMP=201107");
+ cpp_define (pfile, "_OPENMP=201307");
/* The defines below are necessary for the TARGET_* macros.