Просмотр исходного кода

Remove debugging printf.

master
Ian Piumarta 2 лет назад
Родитель
Сommit
d22ed02e77
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      src/ccmeta.leg

+ 2
- 2
src/ccmeta.leg Просмотреть файл

@ -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;

Загрузка…
Отмена
Сохранить