Explorar el Código

Merge branch 'tmp'

master
fumfar hiwi hace 6 años
padre
commit
525dceeb61
Se han modificado 2 ficheros con 3 adiciones y 4 borrados
  1. +2
    -2
      src/eval.cpp
  2. +1
    -2
      src/memory.cpp

+ 2
- 2
src/eval.cpp Ver fichero

@@ -65,8 +65,8 @@ namespace Slime {
sym,
Memory::copy_lisp_object_except_pairs(next_arg));
}
assert("cs access index out of range",
arg_pos+1 < cs->next_index);
//assert("cs access index out of range",
// arg_pos+1 < cs->next_index);
next_arg = cs->data[++arg_pos];
}
};


+ 1
- 2
src/memory.cpp Ver fichero

@@ -210,8 +210,7 @@ namespace Slime::Memory {
}
};
char* exe_path = get_exe_dir();
// don't free exe path because it will be used until end of time
Globals::load_path.alloc();
global_symbol_table.alloc();
global_keyword_table.alloc();


Cargando…
Cancelar
Guardar