changeset 597 | 832dbfa63509 |
parent 587 | 202354e004fc |
child 598 | decc32dc03a7 |
--- a/mojoshader_preprocessor.c Thu Feb 12 22:55:05 2009 -0500 +++ b/mojoshader_preprocessor.c Thu Feb 12 22:57:21 2009 -0500 @@ -140,6 +140,7 @@ TOKENCASE(TOKEN_PP_ENDIF); TOKENCASE(TOKEN_PP_ERROR); TOKENCASE(TOKEN_PP_INCOMPLETE_COMMENT); + TOKENCASE(TOKEN_PP_BAD_CHARS); TOKENCASE(TOKEN_EOI); #undef TOKENCASE