Please enable JavaScript in your browser!
首页
探索
帮助
登录
azra
/
lisp-koans
镜像自地址
https://gitlab.com/azrazalea/lisp-koans
关注
1
点赞
0
派生
0
代码
工单管理
0
提交历史
73
版本发布
0
Wiki
浏览代码
Fix thread detection to work in SBCL implementations that don't support
threading.
Bill Neubauer
12 年之前
父节点
468edf078c
当前提交
05e33f4641
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
显示文件统计
1
1
.koans
+ 1
- 1
.koans
查看文件
@@ -25,5 +25,5 @@
25
25
:dice-project
26
26
:macros
27
27
:scope-and-extent
28
- #+sb
cl
:threads
28
+ #+sb
-thread
:threads
29
29
)