summaryrefslogtreecommitdiff
path: root/src/emacs-icon.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-08-06 11:41:15 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-08-06 11:41:15 -0700
commit648801d1f58ba038a4ec3217de38032d40b2a98e (patch)
tree80e5973e94555f711dcc017e396c733105d95c1a /src/emacs-icon.h
parent8646d999c5360d8f627542c619bd7ccfe52b6066 (diff)
downloademacs-648801d1f58ba038a4ec3217de38032d40b2a98e.tar.gz
Use const for some arrays and functions.
* src/xterm.h (xg_set_icon_from_xpm_data): * src/xfns.c (xg_set_icon_from_xpm_data): * src/term.c (fkeys): * src/keyboard.c (lispy_accent_keys, lispy_function_keys) (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys) (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol) (frame.c frame_parms): * src/emacs-icon.h (gnu_xpm_bits): * src/callint.c (callint_argfuns): Use const.
Diffstat (limited to 'src/emacs-icon.h')
-rw-r--r--src/emacs-icon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs-icon.h b/src/emacs-icon.h
index 42c7d80bbe0..82f0a6e701c 100644
--- a/src/emacs-icon.h
+++ b/src/emacs-icon.h
@@ -23,7 +23,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Note that the GTK port uses gdk to display the icon, so Emacs need
not have XPM support compiled in. */
#if (defined (HAVE_XPM) && defined (HAVE_X_WINDOWS)) || defined (USE_GTK)
-static char * gnu_xpm_bits[] = {
+static const char * gnu_xpm_bits[] = {
/* width height ncolors chars_per_pixel */
"32 32 255 2",
/* colors */