summaryrefslogtreecommitdiff
path: root/src/scope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scope.c')
-rw-r--r--src/scope.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scope.c b/src/scope.c
index 6338e60..5b0eb56 100644
--- a/src/scope.c
+++ b/src/scope.c
@@ -115,6 +115,7 @@ scope_get(scope_t *scope, string_view_t name)
return NULL;
}
+
void
scope_push(scope_t *scope, ast_identifier_t *identifier, ast_node_t *node)
{