Upgrade codegen
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{T}Node *output = NULL;
|
||||
{Ttitle}Node *output = NULL;
|
||||
|
||||
if (!list || list->node_count == 0) {{
|
||||
goto RETURN_{Tupper}_LIST_POP_BACK;
|
||||
@@ -7,7 +7,7 @@
|
||||
output = list->last;
|
||||
|
||||
if (list->node_count == 1) {{
|
||||
*list = ({T}List){{0}};
|
||||
*list = ({Ttitle}List){{0}};
|
||||
goto RETURN_{Tupper}_LIST_POP_BACK;
|
||||
}}
|
||||
|
||||
|
Reference in New Issue
Block a user