From 887cf43948f43ce4ced632799b2622cce5048baa Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 23 Feb 2009 08:00:36 -0500 Subject: [PATCH] Added a FIXME. --- mojoshader_preprocessor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mojoshader_preprocessor.c b/mojoshader_preprocessor.c index 14c6e89b..2d07cbd8 100644 --- a/mojoshader_preprocessor.c +++ b/mojoshader_preprocessor.c @@ -1169,6 +1169,7 @@ static void handle_pp_endif(Context *ctx) } // handle_pp_endif +// !!! FIXME: #define a b, #define b a ... recursion! check for this! static int handle_pp_identifier(Context *ctx) { IncludeState *state = ctx->include_stack;