浏览代码

Fix thread detection to work in SBCL implementations that don't support
threading.

Bill Neubauer 12 年之前
父节点
当前提交
05e33f4641
共有 1 个文件被更改,包括 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
- #+sbcl :threads
28
+ #+sb-thread :threads
29 29
 )