moving items between lists
[taskasaur.git] / parser.c
index 9b129d4..326d3c7 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -165,6 +165,7 @@ exit_todolist(State* state)
     sb->todolist_list[sb->todolist_count-1] = state->cur_todolist;
     state->cur_todolist = NULL;
 
+    #undef sb
 }
 
 void