diff src/category.h @ 89540:00740a07ad9a

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Sun, 28 Sep 2003 23:57:00 +0000
parents 2f877ed80fa6
children 51677cb10ced
line wrap: on
line diff
--- a/src/category.h	Sun Sep 28 23:56:11 2003 +0000
+++ b/src/category.h	Sun Sep 28 23:57:00 2003 +0000
@@ -111,8 +111,8 @@
 
 /* Return 1 if there is a word boundary between two word-constituent
    characters C1 and C2 if they appear in this order, else return 0.
-   There is no word boundary between two word-constituent ASCII
-   characters.  */
+   There is no word boundary between two word-constituent ASCII and
+   Latin-1 characters.  */
 #define WORD_BOUNDARY_P(c1, c2)					\
   (!(SINGLE_BYTE_CHAR_P (c1) && SINGLE_BYTE_CHAR_P (c2))	\
    && word_boundary_p (c1, c2))