diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 2212cee..2d99513 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -338,7 +338,7 @@ extern void mark_stmt_tree PARAMS ((void *)); DECL_LANG_SPECIFIC field. */ struct c_lang_decl { - char dummy; + unsigned declared_inline : 1; }; /* In a FUNCTION_DECL for which DECL_BUILT_IN does not hold, this is |