瀏覽代碼

Remove debugging printf.

master
Ian Piumarta 2 年之前
父節點
當前提交
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;

Loading…
取消
儲存