X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsyntax.h;h=0a650e7739a7699140a2206d9c9bd9f1c02c63eb;hb=761f92c159f8327ecf570ab8e9a4b27cd5e35732;hp=9ff8a82347712bae4f4793dac3e30cf803d872ef;hpb=96ca9a1dfb554993dca1d76696ead86ac2934b97;p=chise%2Fxemacs-chise.git.1 diff --git a/src/syntax.h b/src/syntax.h index 9ff8a82..0a650e7 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -85,7 +85,7 @@ INLINE_HEADER enum syntaxcode SYNTAX_CODE_UNSAFE (Lisp_Char_Table *table, Emchar c) { Lisp_Object code = CHAR_TABLE_VALUE_UNSAFE (table, c); - EMACS_INT ret = Spunct; + enum syntaxcode ret = Spunct; if (CONSP (code)) code = XCAR (code);