diff options
author | LAN-TW <lantw44@gmail.com> | 2012-09-19 23:24:48 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2012-09-19 23:30:22 +0800 |
commit | fae3bd51ccf149bca7beaa81bc63727cf5a46562 (patch) | |
tree | 26185b078f9bc55aceb78b6882c06fe0deea9510 /src/config2.h | |
parent | 8f307303f332e9e7695cf512590ca6b7b4af028f (diff) | |
download | sctjudge-fae3bd51ccf149bca7beaa81bc63727cf5a46562.tar.gz sctjudge-fae3bd51ccf149bca7beaa81bc63727cf5a46562.tar.zst sctjudge-fae3bd51ccf149bca7beaa81bc63727cf5a46562.zip |
修改命令列參數格式,並加入 l4basic 作為輔助用函式庫
目前有許多部份尚未配合此次命令列變更,因此程式運作可能不正常!
Diffstat (limited to 'src/config2.h')
-rw-r--r-- | src/config2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config2.h b/src/config2.h index 3f508d5..ba798eb 100644 --- a/src/config2.h +++ b/src/config2.h @@ -9,4 +9,5 @@ #define SCTJUDGE_EXIT_SUCCESS 0 /* 當然就是正常結束 */ #define SCTJUDGE_EXIT_SYNTAX 1 /* 命令列語法錯誤 */ #define SCTJUDGE_EXIT_TOOFEW 2 /* 少了一些必須的選項 */ -#define SCTJUDGE_EXIT_THREAD 3 /* pthread_create 以後才發生錯誤 */ +#define SCTJUDGE_EXIT_MALLOC 3 /* 配置記憶體發生錯誤 */ +#define SCTJUDGE_EXIT_THREAD 4 /* pthread_create 以後才發生錯誤 */ |