changeset 865 | 4eb06464212d |
parent 862 | 76b8bd7c347f |
child 894 | 1847405a16c6 |
--- a/mojoshader_internal.h Wed Feb 24 14:00:25 2010 -0500 +++ b/mojoshader_internal.h Wed Feb 24 21:20:37 2010 -0500 @@ -408,6 +408,7 @@ TOKEN_GEQ, TOKEN_EQL, TOKEN_NEQ, + TOKEN_HASH, TOKEN_HASHHASH, // This is returned at the end of input...no more to process. @@ -475,6 +476,7 @@ Token tokenval; int pushedback; const unsigned char *lexer_marker; + int is_macro; int report_whitespace; int asm_comments; unsigned int orig_length;