ref: 32dfab624c2d80aedb3158035a7d6f2a6662116e
parent: 7e9d6679ddd323aa29e93fa65211961f940e6987
author: seh <seh@localhost>
date: Wed Nov 14 14:02:44 EST 2018
stop that switch
--- a/inlist.c
+++ b/inlist.c
@@ -10,7 +10,7 @@
switch(c){
// pls fix -- try removing the print
- case sc_exits: print("Adding exits…\n");
+ case sc_exits: ;
t_type *t = malloc(1 * sizeof(t_type));
t->var = nil;
t->t = sc_exits;