comparison src/w32fns.c @ 111539:ad93f2dd2d38

Add const to array elements. * keyboard.c (modify_event_symbol) : Add const to array elements of arg NAME_TABLE. (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys) (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names) (lispy_wheel_names, lispy_drag_n_drop_names, modifier_names): Add const to array elements. (scroll_bar_parts): Make static. Fix position of const. * w32fns.c (lispy_function_keys): Add const to extern. * w32inevt.c (lispy_function_keys): Likewise.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 14 Nov 2010 15:55:27 +0900
parents 6316c70b291e
children ca0d9a916432
comparison
equal deleted inserted replaced
111538:a36ab2f7cad2 111539:ad93f2dd2d38
80 extern void w32_free_menu_strings (HWND); 80 extern void w32_free_menu_strings (HWND);
81 extern const char *map_w32_filename (const char *, const char **); 81 extern const char *map_w32_filename (const char *, const char **);
82 82
83 extern int quit_char; 83 extern int quit_char;
84 84
85 extern char *lispy_function_keys[]; 85 extern const char *const lispy_function_keys[];
86 86
87 /* The colormap for converting color names to RGB values */ 87 /* The colormap for converting color names to RGB values */
88 Lisp_Object Vw32_color_map; 88 Lisp_Object Vw32_color_map;
89 89
90 /* Non nil if alt key presses are passed on to Windows. */ 90 /* Non nil if alt key presses are passed on to Windows. */