author | Ryan C. Gordon <icculus@icculus.org> |
Mon, 23 Feb 2009 08:00:36 -0500 | |
changeset 681 | 11cbfd5ae2d6 |
parent 680 | b8db6bedc1bd |
child 682 | ad75eb06ddce |
--- a/mojoshader_preprocessor.c Sat Feb 21 21:29:59 2009 -0500 +++ b/mojoshader_preprocessor.c Mon Feb 23 08:00:36 2009 -0500 @@ -1169,6 +1169,7 @@ } // 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;