debugging stuff
This commit is contained in:
parent
56b2f14a32
commit
b218af8f1b
@ -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++);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user