summaryrefslogtreecommitdiff
path: root/src/core/scope.c
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-14 20:38:27 +0000
committerPaul Buetow <paul@buetow.org>2008-10-14 20:38:27 +0000
commitd527f50159f056dc165fa7eaf7bf80425a1e758d (patch)
tree03e8aa97c25fbc014876e5113dd66d4a44adac4d /src/core/scope.c
parent71185ab0ab0b08b4d5bb2e750ff85e11f105a453 (diff)
GC removed, temporaly
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