diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-11 18:13:49 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-11 18:13:49 +0800 |
commit | 35c89eb5701cad9c34380583442acb0512cfa6c9 (patch) | |
tree | 517a8ab678ce55071aa127626ae90b756778b36e | |
parent | f738a191377ce86fb030d5049f357e269f22e8f4 (diff) | |
download | pttbbs-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.c | 4 |
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" |