Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected FIXME comment.
  • Loading branch information
icculus committed Mar 12, 2010
1 parent ad005a5 commit 8d41c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_preprocessor.c
Expand Up @@ -1564,7 +1564,7 @@ static int handle_macro_args(Context *ctx, const char *sym, const Define *def)

static int handle_pp_identifier(Context *ctx)
{
if (ctx->recursion_count++ >= 256) // !!! FIXME: necessary now?
if (ctx->recursion_count++ >= 256) // !!! FIXME: gcc can figure this out.
{
fail(ctx, "Recursing macros");
return 0;
Expand Down

0 comments on commit 8d41c9a

Please sign in to comment.