get rid of stupid comment.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1919 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
66d14116dd
commit
b715dc4a60
@ -1241,7 +1241,7 @@ p_nb_queue_enqueue(void)
|
|||||||
gsiz = 1024;
|
gsiz = 1024;
|
||||||
}
|
}
|
||||||
ARG3 = to;
|
ARG3 = to;
|
||||||
fprintf(stderr,"growing %ld cells\n",(unsigned long int)gsiz);
|
/* fprintf(stderr,"growing %ld cells\n",(unsigned long int)gsiz);*/
|
||||||
if (!GrowArena(arena, ArenaLimit(arena), old_sz, gsiz, 3)) {
|
if (!GrowArena(arena, ArenaLimit(arena), old_sz, gsiz, 3)) {
|
||||||
Yap_Error(OUT_OF_STACK_ERROR, arena, Yap_ErrorMessage);
|
Yap_Error(OUT_OF_STACK_ERROR, arena, Yap_ErrorMessage);
|
||||||
return 0L;
|
return 0L;
|
||||||
|
Reference in New Issue
Block a user