diff options
Diffstat (limited to 'gcc/c-format.h')
-rw-r--r-- | gcc/c-format.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c-format.h b/gcc/c-format.h index 694d2f2..9d01f0a 100644 --- a/gcc/c-format.h +++ b/gcc/c-format.h @@ -96,6 +96,10 @@ typedef struct const char *double_name; enum format_lengths double_index; enum format_std_version double_std; + + /* If this flag is set, just scalar width identity is checked, and + not the type identity itself. */ + int scalar_identity_flag; } format_length_info; |