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
commit2d078659df246856c75e831a1d28a6f7f57dab97 (patch)
treef24b629736ab4ed2456d84bf447b85d2449cf2c8
parent0cdbb36aff2faa2e6392814cfa2c4a5b6ae1c23f (diff)
downloadpttbbs-2d078659df246856c75e831a1d28a6f7f57dab97.tar
pttbbs-2d078659df246856c75e831a1d28a6f7f57dab97.tar.gz
pttbbs-2d078659df246856c75e831a1d28a6f7f57dab97.tar.bz2
pttbbs-2d078659df246856c75e831a1d28a6f7f57dab97.tar.lz
pttbbs-2d078659df246856c75e831a1d28a6f7f57dab97.tar.xz
pttbbs-2d078659df246856c75e831a1d28a6f7f57dab97.tar.zst
pttbbs-2d078659df246856c75e831a1d28a6f7f57dab97.zip
remove require and add comments
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@1049 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/util/boardlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/util/boardlist.c b/pttbbs/util/boardlist.c
index be1c8111..bb23393a 100644
--- a/pttbbs/util/boardlist.c
+++ b/pttbbs/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"