From 44713715129e20549caba6f283456836a3f220f5 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 13 Feb 2009 02:23:20 -0500 Subject: [PATCH] Patched to compile. --- mojoshader_preprocessor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mojoshader_preprocessor.c b/mojoshader_preprocessor.c index 2b6fc5ba..76b17de1 100644 --- a/mojoshader_preprocessor.c +++ b/mojoshader_preprocessor.c @@ -139,8 +139,8 @@ void MOJOSHADER_print_debug_token(const char *subsystem, const char *token, 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