From: YAMAMOTO Mitsuharu Date: Wed, 12 Apr 2006 08:07:48 +0000 (+0000) Subject: (min_menu_id): Make element type explicit. X-Git-Tag: emacs-pretest-22.0.90~3189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e7f257019e1eac8f4d0281b3f8fa524ff708211;p=emacs.git (min_menu_id): Make element type explicit. --- diff --git a/src/macmenu.c b/src/macmenu.c index 8610ecafd94..29233ec0d64 100644 --- a/src/macmenu.c +++ b/src/macmenu.c @@ -72,7 +72,7 @@ enum mac_menu_kind { /* Menu ID range */ MAC_MENU_END /* 32768 */ }; -static const min_menu_id[] = {0, 1, 235, 236, 256, 16384, 32768}; +static const int min_menu_id[] = {0, 1, 235, 236, 256, 16384, 32768}; #define DIALOG_WINDOW_RESOURCE 130