summaryrefslogtreecommitdiffstats
path: root/mbbsd/i18n.c
diff options
context:
space:
mode:
authorjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-25 06:47:01 +0800
committerjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-25 06:47:01 +0800
commitd5b5d39d9d9e657c11cf937db215aad22c998255 (patch)
tree727a2b52b5f6a8851cc37d4a2b2cb1ac74c14e1a /mbbsd/i18n.c
parent267f536b17c8ed2f8d0f924502083504fd2d326a (diff)
downloadpttbbs-d5b5d39d9d9e657c11cf937db215aad22c998255.tar
pttbbs-d5b5d39d9d9e657c11cf937db215aad22c998255.tar.gz
pttbbs-d5b5d39d9d9e657c11cf937db215aad22c998255.tar.bz2
pttbbs-d5b5d39d9d9e657c11cf937db215aad22c998255.tar.lz
pttbbs-d5b5d39d9d9e657c11cf937db215aad22c998255.tar.xz
pttbbs-d5b5d39d9d9e657c11cf937db215aad22c998255.tar.zst
pttbbs-d5b5d39d9d9e657c11cf937db215aad22c998255.zip
git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1847 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/i18n.c')
-rw-r--r--mbbsd/i18n.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/mbbsd/i18n.c b/mbbsd/i18n.c
new file mode 100644
index 00000000..91403612
--- /dev/null
+++ b/mbbsd/i18n.c
@@ -0,0 +1,6 @@
+#include "bbs.h"
+
+#ifdef I18N
+void load_i18nstring() {
+}
+#endif