* process.c (ifflag_def): Make flag_sym constant.
[bpt/emacs.git] / src / xdisp.c
index 46cd45a..568fa0f 100644 (file)
@@ -18077,7 +18077,7 @@ pint2str (buf, width, d)
    readable" representation of the nonnegative integer D to BUF using
    a minimal field width WIDTH.  D should be smaller than 999.5e24. */
 
-static const char power_letter[] =
+static const const char power_letter[] =
   {
     0,  /* not used */
     'k', /* kilo */