Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 14, 2009
1 parent f321937 commit bd9eb8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mojoshader_preprocessor.c
Expand Up @@ -740,6 +740,9 @@ static inline const char *_preprocessor_nexttoken(Preprocessor *_ctx,
continue; // will return at top of loop.
} // else if

// !!! FIXME: check for ((Token) '\n'), so we know if a preprocessor
// !!! FIXME: directive started a line.

*_token = token;
*_len = (unsigned int) (state->source - state->token);
return state->token;
Expand Down

0 comments on commit bd9eb8c

Please sign in to comment.