Mercurial > emacs
comparison src/category.h @ 89880:51677cb10ced
Sync to HEAD.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 08 Apr 2004 11:39:14 +0000 |
parents | 00740a07ad9a |
children | f9a65d7ebd29 |
comparison
equal
deleted
inserted
replaced
89879:1fc9a2dd29dd | 89880:51677cb10ced |
---|---|
116 #define WORD_BOUNDARY_P(c1, c2) \ | 116 #define WORD_BOUNDARY_P(c1, c2) \ |
117 (!(SINGLE_BYTE_CHAR_P (c1) && SINGLE_BYTE_CHAR_P (c2)) \ | 117 (!(SINGLE_BYTE_CHAR_P (c1) && SINGLE_BYTE_CHAR_P (c2)) \ |
118 && word_boundary_p (c1, c2)) | 118 && word_boundary_p (c1, c2)) |
119 | 119 |
120 extern int word_boundary_p P_ ((int, int)); | 120 extern int word_boundary_p P_ ((int, int)); |
121 | |
122 /* arch-tag: 309dfe83-c3e2-4d22-8e81-faae5aece0ff | |
123 (do not change this comment) */ |