comparison src/chartab.h @ 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 af57a77cbc92
children 943eaba38521
comparison
equal deleted inserted replaced
646:00c54252fe4f 647:b39c14581166
201 201
202 202
203 203
204 #ifdef MULE 204 #ifdef MULE
205 int check_category_char(Emchar ch, Lisp_Object ctbl, 205 int check_category_char(Emchar ch, Lisp_Object ctbl,
206 unsigned int designator, unsigned int not_p); 206 int designator, int not_p);
207 207
208 extern Lisp_Object Vstandard_category_table; 208 extern Lisp_Object Vstandard_category_table;
209 209
210 #define CATEGORY_DESIGNATORP(x) \ 210 #define CATEGORY_DESIGNATORP(x) \
211 (CHARP (x) && XCHAR (x) >= 32 && XCHAR (x) <= 126) 211 (CHARP (x) && XCHAR (x) >= 32 && XCHAR (x) <= 126)