summaryrefslogtreecommitdiffstats
path: root/mbbsd/more.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-05 16:46:17 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-05 16:46:17 +0800
commit13688af3996212fc902503787999a79439fd8b9b (patch)
tree1287b8e848aa1a49810a29a774aff378b69a5e83 /mbbsd/more.c
parent1f9c5436f6b966d4fbaaa591ec71bda0df590a9a (diff)
downloadpttbbs-13688af3996212fc902503787999a79439fd8b9b.tar
pttbbs-13688af3996212fc902503787999a79439fd8b9b.tar.gz
pttbbs-13688af3996212fc902503787999a79439fd8b9b.tar.bz2
pttbbs-13688af3996212fc902503787999a79439fd8b9b.tar.lz
pttbbs-13688af3996212fc902503787999a79439fd8b9b.tar.xz
pttbbs-13688af3996212fc902503787999a79439fd8b9b.tar.zst
pttbbs-13688af3996212fc902503787999a79439fd8b9b.zip
- bbslua: fixed compilation error if not using BBS-Lua
- bbslua: fix key names - sample conf: add description for guest dbcs intresc option git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3793 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/more.c')
-rw-r--r--mbbsd/more.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/more.c b/mbbsd/more.c
index 2d4fec8d..6c5c1428 100644
--- a/mbbsd/more.c
+++ b/mbbsd/more.c
@@ -32,10 +32,12 @@ int more(char *fpath, int promptend)
ChessReplayGame(fpath);
break;
+#if defined(USE_BBSLUA)
case RET_DOBBSLUA:
r = FULLUPDATE;
bbslua(fpath);
break;
+#endif
}
return r;