diff options
Diffstat (limited to 'gcc/ada/sprint.adb')
-rw-r--r-- | gcc/ada/sprint.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sprint.adb b/gcc/ada/sprint.adb index c0ac7bcd2b1..7fe0a83a36d 100644 --- a/gcc/ada/sprint.adb +++ b/gcc/ada/sprint.adb @@ -90,7 +90,7 @@ package body Sprint is -- with a lower precedence than the operator (or equal precedence if -- appearing as the right operand), then parentheses are required. - Op_Prec : array (N_Subexpr) of Short_Short_Integer := + Op_Prec : constant array (N_Subexpr) of Short_Short_Integer := (N_Op_And => 1, N_Op_Or => 1, N_Op_Xor => 1, |