debugging stuff

This commit is contained in:
Vitor Santos Costa 2016-08-19 21:37:02 -05:00
parent 56b2f14a32
commit b218af8f1b

View File

@ -2043,7 +2043,6 @@ TokEntry *Yap_tokenizer(struct stream_desc *inp_stream, bool store_comments,
#if DEBUG #if DEBUG
if (GLOBAL_Option[2]) { if (GLOBAL_Option[2]) {
static int n; static int n;
if (n == 975) jmp_deb(2);
fprintf(stderr, "[Token %d %s %d]", Ord(kind), fprintf(stderr, "[Token %d %s %d]", Ord(kind),
Yap_tokRep(t, inp_stream->encoding),n++); Yap_tokRep(t, inp_stream->encoding),n++);
} }