From 4daebb92637ecceec55c625a4f1f49ba28e0845a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 16 Feb 2009 22:21:53 -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 54e4012c..ac06dd55 100644 --- a/mojoshader_preprocessor.c +++ b/mojoshader_preprocessor.c @@ -669,6 +669,7 @@ int preprocessor_outofmemory(Preprocessor *_ctx) } // preprocessor_outofmemory +// !!! FIXME: parsing fails on preprocessor directives should skip rest of line. static int require_newline(IncludeState *state) { const char *source = state->source;