commit 8e0ef4cbb0ed60a2e1ee46aa071d23c82bce4657 from: Omar Polo date: Wed Aug 04 13:13:33 2021 UTC fix compilation when DEBUG is enabled commit - b99bdaa159a0730c41b4b4cbf751bad97836fd4d commit + 8e0ef4cbb0ed60a2e1ee46aa071d23c82bce4657 blob - ec13aa993c02549a4e4e72eb654dd5a34105b1b1 blob + d48ec96d91eb7b46b4867dbb2d012d15234c1fc9 --- script.c +++ script.c @@ -575,7 +575,7 @@ run_test(struct test *t) { #if DEBUG puts("====================="); - pp_block(t->proc->body); + pp_block(t->body); puts("====================="); #endif