|
|
@ -3,7 +3,7 @@ |
|
|
|
# Copyright (c) 2016-2021 Ian Piumarta and other contributors (see AUTHORS) |
|
|
|
# All rights reserved (see LICENSE) |
|
|
|
# |
|
|
|
# Last edited: 2023-03-22 16:42:06 by piumarta on zora-10.local |
|
|
|
# Last edited: 2023-03-22 16:51:49 by piumarta on zora-10.local |
|
|
|
|
|
|
|
%{ |
|
|
|
/* compile: leg -o ccmeta.c ccmeta.leg |
|
|
@ -2754,7 +2754,7 @@ oop newScope(oop parent) |
|
|
|
void delScope(oop scope) |
|
|
|
{ assert(is(Map, scope)); |
|
|
|
if (scope->Map.flags & MAP_ENCLOSED) { |
|
|
|
printf("IGNORE %p\n", scope); |
|
|
|
// printf("IGNORE %p\n", scope); |
|
|
|
return; |
|
|
|
} |
|
|
|
scope->Map.pool= freeScopes; |
|
|
|