X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fsyntax.c;h=2b3ebf8a27c9694f9d4b04ae1d7c36a7305a0cb8;hp=6b89393b6cb194e91af5a0d2d4b05c1b19c17c49;hb=f7019bf646d0d4e750e0186d6e912ec7a3b9da90;hpb=a5812bf2ff9a9cf40f4ff78dcb83f5b4c295bd18 diff --git a/src/syntax.c b/src/syntax.c index 6b89393..2b3ebf8 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -416,7 +416,7 @@ update_syntax_cache (int pos, int count) else { tmp_table = Qnil; /* silence compiler */ - /* Always aborts. #### Is there another sensible thing to do here? */ + /* Always ABORTs. #### Is there another sensible thing to do here? */ assert (BUFFERP (syntax_cache.object) || STRINGP (syntax_cache.object)); } @@ -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 {