summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-07-11 18:13:49 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-07-11 18:13:49 +0800
commit35c89eb5701cad9c34380583442acb0512cfa6c9 (patch)
tree517a8ab678ce55071aa127626ae90b756778b36e
parentf738a191377ce86fb030d5049f357e269f22e8f4 (diff)
downloadpttbbs-35c89eb5701cad9c34380583442acb0512cfa6c9.tar
pttbbs-35c89eb5701cad9c34380583442acb0512cfa6c9.tar.gz
pttbbs-35c89eb5701cad9c34380583442acb0512cfa6c9.tar.bz2
pttbbs-35c89eb5701cad9c34380583442acb0512cfa6c9.tar.lz
pttbbs-35c89eb5701cad9c34380583442acb0512cfa6c9.tar.xz
pttbbs-35c89eb5701cad9c34380583442acb0512cfa6c9.tar.zst
pttbbs-35c89eb5701cad9c34380583442acb0512cfa6c9.zip
remove require and add comments
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1049 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--util/boardlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/boardlist.c b/util/boardlist.c
index be1c8111..bb23393a 100644
--- a/util/boardlist.c
+++ b/util/boardlist.c
@@ -1,4 +1,5 @@
-/* $Id: boardlist.c,v 1.2 2003/07/11 09:03:42 in2 Exp $ */
+/* $Id: boardlist.c,v 1.3 2003/07/11 10:13:49 in2 Exp $ */
+/* 這是用來將樹狀分類輸出成 perl module (可以給像是 man/ 使用) */
#include "bbs.h"
static void
@@ -87,7 +88,6 @@ int main(int argc, char **argv)
"# please do NOT modify this directly\n"
"\n"
"package boardlist;\n"
- "require 5.6;\n"
"use Exporter;\n"
"$VERSION = '0.1';\n"
"use vars qw(%%brd);\n"