Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
azra
/
lisp-koans
espejo de
https://gitlab.com/azrazalea/lisp-koans
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Commits
73
Releases
0
Wiki
Explorar el Código
Fix thread detection to work in SBCL implementations that don't support
threading.
Bill Neubauer
hace 12 años
padre
468edf078c
commit
05e33f4641
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
.koans
+ 1
- 1
.koans
Ver fichero
@@ -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
)