Split clojure out

This commit is contained in:
Aoran Zeng
2024-08-16 04:43:02 +08:00
parent dde25a1ca5
commit d4c782a177
5 changed files with 47 additions and 36 deletions

View File

@ -126,19 +126,4 @@ typedef struct {
/**
* @time 2023-09-10 更新
* @note 不太好换,且用户可能不多,我们暂时只给用户提供文档
*/
static SourceInfo
pl_clojure_sources[] = {
{&Upstream, NULL},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/help/clojars/"},
{&Ustc, "https://mirrors.ustc.edu.cn/help/clojars.html"}
};
#define def_sources_n(t) const size_t t##_sources_n = xy_arylen(t##_sources)
def_sources_n(pl_clojure);