Sync up with r21-4-12-chise-b1.
[chise/xemacs-chise.git.1] / src / syntax.c
index 6b89393..5e495b7 100644 (file)
@@ -433,7 +433,7 @@ update_syntax_cache (int pos, int count)
   else if (CONSP (tmp_table) && INTP (XCAR (tmp_table)))
     {
       syntax_cache.use_code = 1;
-      syntax_cache.syntax_code = XINT (XCAR(tmp_table));
+      syntax_cache.syntax_code = (enum syntaxcode) XINT (XCAR (tmp_table));
     }
   else 
     {