Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
azra
/
lisp-koans
mirror of
https://gitlab.com/azrazalea/lisp-koans
Watch
1
Star
0
Fork
0
Code
Issues
0
Commits
73
Releases
0
Wiki
Browse Source
Fix thread detection to work in SBCL implementations that don't support
threading.
Bill Neubauer
12 years ago
parent
468edf078c
commit
05e33f4641
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.koans
+ 1
- 1
.koans
View File
@@ -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
)