Przeglądaj źródła

Remove debugging printf.

master
Ian Piumarta 2 lat temu
rodzic
commit
d22ed02e77
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/ccmeta.leg

+ 2
- 2
src/ccmeta.leg Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz