Explorar el Código

removed debug_break

master
FelixBrendel hace 6 años
padre
commit
77b9a8c6ae
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/built_ins.cpp

+ 0
- 1
src/built_ins.cpp Ver fichero

@@ -302,7 +302,6 @@ namespace Slime {
Lisp_Object* thing_cons = form;
form = form->value.pair.rest;
Lisp_Object_Type type = definee->type;
debug_break();
switch (type) {
case Lisp_Object_Type::Symbol: {
if (form != Memory::nil) {


Cargando…
Cancelar
Guardar