From d527e0e006e94a5a2d9fc447e8192d03878143a9 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 12 Nov 2007 12:28:31 +0000 Subject: [PATCH] (Mcombining): Extern it. --- src/internal-flt.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 1.7.10.4