Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
azra
/
lisp-koans
mirror da
https://gitlab.com/azrazalea/lisp-koans
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Commit
73
Rilasci
0
Wiki
Sfoglia il codice sorgente
Fix thread detection to work in SBCL implementations that don't support
threading.
Bill Neubauer
12 anni fa
parent
468edf078c
commit
05e33f4641
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
.koans
+ 1
- 1
.koans
Vedi 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
)