소스 검색

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
 )