From: handa Date: Mon, 12 Nov 2007 12:28:31 +0000 (+0000) Subject: (Mcombining): Extern it. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d527e0e006e94a5a2d9fc447e8192d03878143a9;p=m17n%2Fm17n-lib.git (Mcombining): Extern it. --- diff --git a/src/internal-flt.h b/src/internal-flt.h index b672b6f..e47dbb1 100644 --- a/src/internal-flt.h +++ b/src/internal-flt.h @@ -48,4 +48,6 @@ #define COMBINING_PRECOMPUTED_P(code) ((code) & 0x2000000) +extern MSymbol Mcombining; + #endif /* _M_INTERNAL_FLT_H */