summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/Makefile2
-rw-r--r--mbbsd/i18n.c6
2 files changed, 7 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile
index 1a078380..777dfdbe 100644
--- a/mbbsd/Makefile
+++ b/mbbsd/Makefile
@@ -13,7 +13,7 @@ OBJS= admin.o announce.o args.o assess.o bbs.o board.o cache.o cal.o card.o\
gomo.o guess.o indict.o io.o kaede.o lovepaper.o mail.o mbbsd.o menu.o\
more.o name.o osdep.o othello.o page.o read.o record.o\
register.o screen.o stuff.o talk.o term.o topsong.o user.o brc.o\
- vice.o vote.o xyz.o voteboard.o syspost.o var.o passwd.o calendar.o
+ vice.o vote.o xyz.o voteboard.o syspost.o var.o passwd.o calendar.o i18n.o
.SUFFIXES: .c .o
.c.o: ../include/var.h
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