diff options
Diffstat (limited to 'gcc/c/c-lang.h')
-rw-r--r-- | gcc/c/c-lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c/c-lang.h b/gcc/c/c-lang.h index 256a269..33271dc 100644 --- a/gcc/c/c-lang.h +++ b/gcc/c/c-lang.h @@ -36,7 +36,7 @@ struct GTY((variable_size)) lang_type { tree objc_info; }; -struct GTY(()) lang_decl { +struct GTY((variable_size)) lang_decl { char dummy; }; |