comparison src/menubar-msw.c @ 5934:e2fae7783046 cygwin

lots of use of EMACS_INT, a few others, to eliminate all pointer truncation warnings
author Henry Thompson <ht@markup.co.uk>
date Sat, 12 Dec 2015 19:08:46 +0000
parents 68639fb08af8
children
comparison
equal deleted inserted replaced
5933:c1e8f3294298 5934:e2fae7783046
374 populate_or_checksum_helper (HMENU menu, Lisp_Object path, Lisp_Object desc, 374 populate_or_checksum_helper (HMENU menu, Lisp_Object path, Lisp_Object desc,
375 Lisp_Object hash_tab, int bar_p, int populate_p) 375 Lisp_Object hash_tab, int bar_p, int populate_p)
376 { 376 {
377 int deep_p, flush_right; 377 int deep_p, flush_right;
378 struct gcpro gcpro1, gcpro2, gcpro3; 378 struct gcpro gcpro1, gcpro2, gcpro3;
379 unsigned long checksum; 379 uintptr_t checksum;
380 Lisp_Object gui_item = allocate_gui_item (); 380 Lisp_Object gui_item = allocate_gui_item ();
381 Lisp_Object accel_list = Qnil; 381 Lisp_Object accel_list = Qnil;
382 Lisp_Gui_Item *pgui_item = XGUI_ITEM (gui_item); 382 Lisp_Gui_Item *pgui_item = XGUI_ITEM (gui_item);
383 383
384 GCPRO3 (gui_item, accel_list, desc); 384 GCPRO3 (gui_item, accel_list, desc);