From ad463a638a453b40b4616c894c60f9d753dea8a4 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 12 Feb 2009 17:32:30 -0500 Subject: [PATCH] This doesn't need an #if around it. --- mojoshader_internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mojoshader_internal.h b/mojoshader_internal.h index e9fb6229..d944ea5d 100644 --- a/mojoshader_internal.h +++ b/mojoshader_internal.h @@ -367,11 +367,9 @@ const char *preprocessor_nexttoken(Preprocessor *_ctx, const char *preprocessor_sourcepos(Preprocessor *pp, unsigned int *pos); -#if DEBUG_TOKENIZER void MOJOSHADER_print_debug_token(const char *subsystem, const char *token, const unsigned int tokenlen, const Token tokenval); -#endif #endif // _INCLUDE_MOJOSHADER_INTERNAL_H_