Mercurial > hg > xemacs-beta
comparison src/syntax.h @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
87 | 87 |
88 INLINE int WORD_SYNTAX_P (struct Lisp_Char_Table *table, Emchar c); | 88 INLINE int WORD_SYNTAX_P (struct Lisp_Char_Table *table, Emchar c); |
89 INLINE int | 89 INLINE int |
90 WORD_SYNTAX_P (struct Lisp_Char_Table *table, Emchar c) | 90 WORD_SYNTAX_P (struct Lisp_Char_Table *table, Emchar c) |
91 { | 91 { |
92 int syncode = SYNTAX (table, c); | 92 return SYNTAX (table, c) == Sword; |
93 return syncode == Sword; | |
94 } | 93 } |
95 | 94 |
96 /* OK, here's a graphic diagram of the format of the syntax values: | 95 /* OK, here's a graphic diagram of the format of the syntax values: |
97 | 96 |
98 Bit number: | 97 Bit number: |