diff options
Diffstat (limited to 'gcc/c/c-lang.h')
-rw-r--r-- | gcc/c/c-lang.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c/c-lang.h b/gcc/c/c-lang.h index 09f4d40..0b6db6c 100644 --- a/gcc/c/c-lang.h +++ b/gcc/c/c-lang.h @@ -63,6 +63,7 @@ struct GTY(()) language_function { struct GTY(()) c_omp_declare_target_attr { bool attr_syntax; int device_type; + int indirect; }; struct GTY(()) c_omp_begin_assumes_data { |