Skip to content

Commit

Permalink
Added some FIXMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 15, 2009
1 parent daec620 commit 95bf701
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mojoshader_preprocessor.c
Expand Up @@ -550,6 +550,10 @@ int preprocessor_outofmemory(Preprocessor *_ctx)
} // preprocessor_outofmemory


// !!! FIXME: (almost?) all preprocessor directives can end a line with a
// !!! FIXME: '\\' to continue to the next line.


static int require_newline(IncludeState *state)
{
const char *source = state->source;
Expand Down Expand Up @@ -677,6 +681,7 @@ static void handle_pp_line(Context *ctx)
} // handle_pp_line


// !!! FIXME: this should use the lexer, apparently gcc does so.
static void handle_pp_error(Context *ctx)
{
IncludeState *state = ctx->include_stack;
Expand Down

0 comments on commit 95bf701

Please sign in to comment.