This commit was generated by cvs2svn to compensate for changes in r45, which
[chise/xemacs-chise.git.1] / src / syntax.h
index e141eb0..9b66c7a 100644 (file)
@@ -89,7 +89,8 @@ INLINE int WORD_SYNTAX_P (struct Lisp_Char_Table *table, Emchar c);
 INLINE int
 WORD_SYNTAX_P (struct Lisp_Char_Table *table, Emchar c)
 {
-  return SYNTAX (table, c) == Sword;
+  int syncode = SYNTAX (table, c);
+  return syncode == Sword;
 }
 
 /* OK, here's a graphic diagram of the format of the syntax values: