Sfoglia il codice sorgente

remove inc bc its too unstable

txlyre 2 mesi fa
parent
commit
9ab0a3ca41
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      jk.c

+ 0 - 1
jk.c

@@ -7284,7 +7284,6 @@ void jkexec(interpreter_t *state, FILE *fd, bool isrepl, char **s) {
 
 int main(int argc, char **argv) {
   GC_INIT();
-  GC_enable_incremental();
 
   guards = list_new();