mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-12 04:21:25 -07:00
frontend cleanups, cmd running from watch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user