From 56c0517735c90fc5be365dc6fe7c7b6d7b9c34b5 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 22 Feb 2010 01:57:53 -0500 Subject: [PATCH] Added a FIXME. --- mojoshader_compiler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mojoshader_compiler.c b/mojoshader_compiler.c index 66cfbb6d..03063b99 100644 --- a/mojoshader_compiler.c +++ b/mojoshader_compiler.c @@ -1855,6 +1855,7 @@ static int convert_to_lemon_token(Context *ctx, const char *token, return 0; } // convert_to_lemon_token +// !!! FIXME: unify this code with the string cache in the preprocessor. static void free_string_cache(Context *ctx) { size_t i;