summaryrefslogtreecommitdiff
path: root/src/core/scope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/scope.c')
-rw-r--r--src/core/scope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/scope.c b/src/core/scope.c
index 1bf8dd2..0c65c1d 100644
--- a/src/core/scope.c
+++ b/src/core/scope.c
@@ -58,7 +58,7 @@ scope_delete(Scope *p_scope) {
void
scope_up(Scope *p_scope) {
- stack_push(p_scope->p_stack_scopes, hash_new(1024));
+ stack_push(p_scope->p_stack_scopes, hash_new(24));
}
void