X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsyntax.h;h=e141eb09a6e34f192449f2ec0defbf38f8c6233f;hb=4082f470d7c6075a5c04c1bdf6e9e3f27c9700d5;hp=9b66c7a545ac177fb6624454a8f946519c26b618;hpb=2e3e3f9ee27fec50f45c282d71eaddf7c673bc56;p=chise%2Fxemacs-chise.git- diff --git a/src/syntax.h b/src/syntax.h index 9b66c7a..e141eb0 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -89,8 +89,7 @@ INLINE int WORD_SYNTAX_P (struct Lisp_Char_Table *table, Emchar c); INLINE int WORD_SYNTAX_P (struct Lisp_Char_Table *table, Emchar c) { - int syncode = SYNTAX (table, c); - return syncode == Sword; + return SYNTAX (table, c) == Sword; } /* OK, here's a graphic diagram of the format of the syntax values: