Selaa lähdekoodia

Merge branch 'tmp'

master
fumfar hiwi 6 vuotta sitten
vanhempi
commit
525dceeb61
2 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  1. +2
    -2
      src/eval.cpp
  2. +1
    -2
      src/memory.cpp

+ 2
- 2
src/eval.cpp Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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();


Ladataan…
Peruuta
Tallenna