Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/menubar-msw.c Thu Dec 10 17:55:59 2015 +0000 +++ b/src/menubar-msw.c Sat Dec 12 19:08:46 2015 +0000 @@ -376,7 +376,7 @@ { int deep_p, flush_right; struct gcpro gcpro1, gcpro2, gcpro3; - unsigned long checksum; + uintptr_t checksum; Lisp_Object gui_item = allocate_gui_item (); Lisp_Object accel_list = Qnil; Lisp_Gui_Item *pgui_item = XGUI_ITEM (gui_item);