frontend cleanups, cmd running from watch

This commit is contained in:
Ryan Fleury
2025-02-13 21:33:40 -08:00
parent f58c13b3a0
commit af8f1ff162
4 changed files with 31 additions and 18 deletions
+1
View File
@@ -724,6 +724,7 @@ e_expr_copy(Arena *arena, E_Expr *src)
{
E_Expr *result = &e_expr_nil;
Temp scratch = scratch_begin(&arena, 1);
if(src != &e_expr_nil)
{
typedef struct Task Task;
struct Task