Use asserts in dbl_list
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
assert(list != NULL);
|
||||
|
||||
{NodeType} *output = NULL;
|
||||
if (!list) {{
|
||||
goto RETURN_{Tupper}_LIST_REMOVE;
|
||||
}}
|
||||
|
||||
if (index == 0) {{
|
||||
output = wapp_{Tlower}_list_pop_front(list);
|
||||
|
Reference in New Issue
Block a user