author | Ryan C. Gordon <icculus@icculus.org> |
Fri, 13 Feb 2009 02:23:20 -0500 | |
changeset 604 | c08b6b14994a |
parent 603 | c7a964b1b0eb |
child 605 | 197c9f2999b7 |
--- a/mojoshader_preprocessor.c Fri Feb 13 01:41:47 2009 -0500 +++ b/mojoshader_preprocessor.c Fri Feb 13 02:23:20 2009 -0500 @@ -139,8 +139,8 @@ TOKENCASE(TOKEN_PP_ELIF); TOKENCASE(TOKEN_PP_ENDIF); TOKENCASE(TOKEN_PP_ERROR); - TOKENCASE(TOKEN_PP_INCOMPLETE_COMMENT); - TOKENCASE(TOKEN_PP_BAD_CHARS); + TOKENCASE(TOKEN_INCOMPLETE_COMMENT); + TOKENCASE(TOKEN_BAD_CHARS); TOKENCASE(TOKEN_EOI); TOKENCASE(TOKEN_PREPROCESSING_ERROR); #undef TOKENCASE