changeset 566 | 6bd82a5acf62 |
parent 565 | c0718e4595e5 |
child 568 | 647b13e64468 |
--- a/mojoshader_preprocessor.c Wed Feb 11 21:29:23 2009 -0500 +++ b/mojoshader_preprocessor.c Wed Feb 11 21:40:41 2009 -0500 @@ -374,7 +374,7 @@ const char *retval = _preprocessor_nexttoken(ctx, len, token); #if DEBUG_TOKENIZER - printf("TOKEN: \""); + printf("PREPROCESSOR TOKEN: \""); unsigned int i; for (i = 0; i < *len; i++) {