Mercurial > hg > xemacs-beta
diff src/menubar-msw.c @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | 5fd7ba8b56e7 |
children | fdefd0186b75 |
line wrap: on
line diff
--- a/src/menubar-msw.c Wed Aug 08 12:15:04 2001 +0000 +++ b/src/menubar-msw.c Mon Aug 13 04:46:48 2001 +0000 @@ -219,7 +219,7 @@ static char* displayable_menu_item (Lisp_Object gui_item, int bar_p, Emchar *accel) { - unsigned int ll; + Bytecount ll; /* We construct the name in a static buffer. That's fine, because menu items longer than 128 chars are probably programming errors, @@ -237,7 +237,7 @@ /* Right flush part, unless we're at the top-level where it's not allowed */ if (!bar_p) { - unsigned int lr; + Bytecount lr; assert (MAX_MENUITEM_LENGTH > ll + 1); lr = gui_item_display_flush_right (gui_item, buf + ll + 1,