diff options
Diffstat (limited to 'gcc/c/c-lang.h')
-rw-r--r-- | gcc/c/c-lang.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c/c-lang.h b/gcc/c/c-lang.h index 5ff7cd5422e..cbd5d1fa643 100644 --- a/gcc/c/c-lang.h +++ b/gcc/c/c-lang.h @@ -55,5 +55,8 @@ struct GTY(()) language_function { int warn_about_return_type; }; +/* If non-zero, implicit "omp declare target" attribute is added into the + attribute lists. */ +extern GTY(()) int current_omp_declare_target_attribute; #endif /* ! GCC_C_LANG_H */ |