Mercurial > emacs
diff src/fringe.c @ 105959:ba3ffbd9c422
* process.c (ifflag_def): Make flag_sym constant.
(Fnetwork_interface_info): Use a constant pointer.
(ifflag_table):
* xfns.c (cursor_bits):
* xdisp.c (power_letter):
* termcap.c (speeds, esctab):
* sysdep.c (baud_convert):
* keyboard.c (lispy_accent_codes, modifier_names):
* image.c (xbm_format, xpm_format, pbm_format, png_format)
(jpeg_format, tiff_format, gif_format, svg_format)
(interlace_start, interlace_increment, gs_format):
* gtkutil.c (separator_names):
* fringe.c (swap_nibble):
* fns.c (base64_value_to_char, base64_char_to_value):
* fileio.c (make_temp_name_tbl):
* coding.c (suffixes): Make constant.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Wed, 11 Nov 2009 20:11:51 +0000 |
| parents | 21bdda3ded62 |
| children | 1d1d5d9bd884 |
line wrap: on
line diff
--- a/src/fringe.c Wed Nov 11 19:25:24 2009 +0000 +++ b/src/fringe.c Wed Nov 11 20:11:51 2009 +0000 @@ -1330,7 +1330,7 @@ */ #if defined (HAVE_X_WINDOWS) -static unsigned char swap_nibble[16] = { +static const unsigned char swap_nibble[16] = { 0x0, 0x8, 0x4, 0xc, /* 0000 1000 0100 1100 */ 0x2, 0xa, 0x6, 0xe, /* 0010 1010 0110 1110 */ 0x1, 0x9, 0x5, 0xd, /* 0001 1001 0101 1101 */
