diff options
Diffstat (limited to 'gcc/diagnostic.c')
-rw-r--r-- | gcc/diagnostic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 5c498c9b599..f559d686189 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -112,7 +112,7 @@ static int output_maximum_width = 0; /* Used to control every diagnostic message formatting. Front-ends should call set_message_prefixing_rule to set up their politics. */ -static current_prefixing_rule = DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE; +static int current_prefixing_rule = DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE; /* Predicate. Return 1 if we're in automatic line wrapping mode. */ |