From c48b6225661a822714af460bce05ddfec13e62ac Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 19 Jul 2006 02:42:18 +0000 Subject: [PATCH] (Mlanguage): Extern it. --- src/m17n-core.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/m17n-core.h b/src/m17n-core.h index 8f20e80..112f037 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -440,6 +440,8 @@ extern MText *mtext_from_data (const void *data, int nitems, /*=*/ /*** @} */ +extern MSymbol Mlanguage; + /* * (5-2) Functions to manipulate M-texts. They correspond to string * manipulating functions in libc. -- 1.7.10.4