From: tomo Date: Fri, 17 Feb 2012 16:40:32 +0000 (+0000) Subject: (DECODE_ADD_UCS_CHAR): Don't use `INLINE_HEADER'. X-Git-Tag: r21-4-22-chise-0_25-cns7-completed^20~137 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6ff56c861f2c07d6ad335433c2dd2aea24732ca;p=chise%2Fxemacs-chise.git (DECODE_ADD_UCS_CHAR): Don't use `INLINE_HEADER'. --- diff --git a/src/text-coding.c b/src/text-coding.c index 8015b7c..840258d 100644 --- a/src/text-coding.c +++ b/src/text-coding.c @@ -2197,8 +2197,8 @@ do { \ } \ } while (0) -INLINE_HEADER void DECODE_ADD_UCS_CHAR(Emchar c, unsigned_char_dynarr* dst); -INLINE_HEADER void +/* INLINE_HEADER */ void DECODE_ADD_UCS_CHAR(Emchar c, unsigned_char_dynarr* dst); +/* INLINE_HEADER */ void DECODE_ADD_UCS_CHAR(Emchar c, unsigned_char_dynarr* dst) { if ( c <= 0x7f )