comparison src/chartab.h @ 458:c33ae14dd6d0 r21-2-44

Import from CVS: tag r21-2-44
author cvs
date Mon, 13 Aug 2007 11:42:25 +0200
parents abe6d1db359e
children af57a77cbc92
comparison
equal deleted inserted replaced
457:4b9290a33024 458:c33ae14dd6d0
199 199
200 200
201 201
202 #ifdef MULE 202 #ifdef MULE
203 int check_category_char(Emchar ch, Lisp_Object ctbl, 203 int check_category_char(Emchar ch, Lisp_Object ctbl,
204 unsigned int designator, unsigned int not); 204 unsigned int designator, unsigned int not_p);
205 205
206 extern Lisp_Object Vstandard_category_table; 206 extern Lisp_Object Vstandard_category_table;
207 207
208 #define CATEGORY_DESIGNATORP(x) \ 208 #define CATEGORY_DESIGNATORP(x) \
209 (CHARP (x) && XCHAR (x) >= 32 && XCHAR (x) <= 126) 209 (CHARP (x) && XCHAR (x) >= 32 && XCHAR (x) <= 126)