Skip to content

Commit

Permalink
Added some TODOs for the preprocessor.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 13, 2009
1 parent 4471371 commit e77fcf3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mojoshader_preprocessor.c
Expand Up @@ -415,6 +415,19 @@ static inline const char *_preprocessor_nexttoken(Preprocessor *_ctx,
return NULL; // we're done!
} // if

// !!! FIXME: todo.
// TOKEN_PP_INCLUDE,
// TOKEN_PP_LINE,
// TOKEN_PP_DEFINE,
// TOKEN_PP_UNDEF,
// TOKEN_PP_IF,
// TOKEN_PP_IFDEF,
// TOKEN_PP_IFNDEF,
// TOKEN_PP_ELSE,
// TOKEN_PP_ELIF,
// TOKEN_PP_ENDIF,
// TOKEN_PP_ERROR,

Token token = preprocessor_internal_lexer(state);
if (token == TOKEN_EOI)
{
Expand Down

0 comments on commit e77fcf3

Please sign in to comment.