# HG changeset patch # User Ryan C. Gordon # Date 1234509800 18000 # Node ID c08b6b14994a65ac049669e22aca7287a3d1fea9 # Parent c7a964b1b0eb23077c277c730abd47dae9c51326 Patched to compile. diff -r c7a964b1b0eb -r c08b6b14994a mojoshader_preprocessor.c --- 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