remove debugging message
This commit is contained in:
parent
6404c2d827
commit
0ea010f3b2
@ -13432,7 +13432,6 @@ Yap_absmi(int inp)
|
|||||||
}
|
}
|
||||||
PP = NULL;
|
PP = NULL;
|
||||||
SREG = (CELL *) pen;
|
SREG = (CELL *) pen;
|
||||||
fprintf(stderr,"Here I was\n");
|
|
||||||
ASP = ENV_YREG;
|
ASP = ENV_YREG;
|
||||||
if (ASP > (CELL *)PROTECT_FROZEN_B(B))
|
if (ASP > (CELL *)PROTECT_FROZEN_B(B))
|
||||||
ASP = (CELL *)PROTECT_FROZEN_B(B);
|
ASP = (CELL *)PROTECT_FROZEN_B(B);
|
||||||
|
Reference in New Issue
Block a user