diff options
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.c b/gcc/real.c index f525e69a62d..66ba3f08f17 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -5536,7 +5536,7 @@ read_expnt: /* Return Y = largest integer not greater than X (truncated toward minus infinity). */ -static UEMUSHORT bmask[] = +static const UEMUSHORT bmask[] = { 0xffff, 0xfffe, |