Skip to content

Commit

Permalink
This doesn't need an #if around it.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 12, 2009
1 parent 8073f05 commit ad463a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mojoshader_internal.h
Expand Up @@ -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_

Expand Down

0 comments on commit ad463a6

Please sign in to comment.