aboutsummaryrefslogtreecommitdiff
path: root/src/tilde_stmt.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-07-15 13:30:31 +0100
committergingerBill <bill@gingerbill.org>2023-07-15 13:30:31 +0100
commitccb736411bc61a0ccde6835cbbf1876a2616e3e1 (patch)
tree408813f7c1a044fb8550162392dcdcee4ecc2787 /src/tilde_stmt.cpp
parente2e5641a450f4d7ea67eae468f1bd479361ec198 (diff)
Basic `context` creation
Diffstat (limited to 'src/tilde_stmt.cpp')
-rw-r--r--src/tilde_stmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tilde_stmt.cpp b/src/tilde_stmt.cpp
index 07bfc0555..7c3dfcef8 100644
--- a/src/tilde_stmt.cpp
+++ b/src/tilde_stmt.cpp
@@ -549,7 +549,7 @@ gb_internal void cg_build_stmt(cgProcedure *p, Ast *node) {
case_end;
case_ast_node(as, AssignStmt, node);
- // cg_build_assign_stmt(p, as);
+ cg_build_assign_stmt(p, as);
case_end;
case_ast_node(rs, ReturnStmt, node);