Mercurial > hg > xemacs-beta
diff src/gui.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 | 190b164ddcac |
children | fdefd0186b75 |
line wrap: on
line diff
--- a/src/gui.c Wed Aug 08 12:15:04 2001 +0000 +++ b/src/gui.c Mon Aug 13 04:46:48 2001 +0000 @@ -501,7 +501,7 @@ * Return value is the offset to the terminating null character into the * buffer. */ -unsigned int +Bytecount gui_item_display_flush_left (Lisp_Object gui_item, char *buf, Bytecount buf_len) { @@ -550,7 +550,7 @@ * Return value is the offset to the terminating null character into the * buffer. */ -unsigned int +Bytecount gui_item_display_flush_right (Lisp_Object gui_item, char *buf, Bytecount buf_len) { @@ -616,7 +616,7 @@ return Qnil; } -static unsigned long +static Hash_Code gui_item_hash (Lisp_Object obj, int depth) { Lisp_Gui_Item *p = XGUI_ITEM (obj);