]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/real.c
builtins.c (expand_builtin_setjmp_receiver): Const-ify.
[gcc.git] / gcc / real.c
index f525e69a62dbcfa57c4c66e3d99b0b65d72e442f..66ba3f08f172b111ab9dd0adf137f5400a4ac244 100644 (file)
@@ -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,
This page took 0.027966 seconds and 5 git commands to generate.