diff options
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index de7cc81..6195fee 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -55,7 +55,7 @@ extern enum debug_info_level debug_info_level; /* Nonzero means use GNU-only extensions in the generated symbolic debugging information. */ -extern int use_gnu_debug_info_extensions; +extern bool use_gnu_debug_info_extensions; /* Nonzero means emit debugging information only for symbols which are used. */ extern int flag_debug_only_used_symbols; |