From: tomo Date: Fri, 30 Jul 2004 21:26:18 +0000 (+0000) Subject: (SYNTAX_CODE_UNSAFE): Use instead of . X-Git-Tag: r21-4-15-chise-0_21-31^2~146 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3a382f955f7bbac2ca6424655bf4420bdc42d3af;p=chise%2Fxemacs-chise.git- (SYNTAX_CODE_UNSAFE): Use instead of . --- 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);