From 3e3a6db705c2af89d459c6f210246d1436766d4e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 20 Feb 2010 23:41:21 -0500 Subject: [PATCH] Added a FIXME. --- mojoshader_preprocessor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mojoshader_preprocessor.c b/mojoshader_preprocessor.c index f465b2aa..ade215da 100644 --- a/mojoshader_preprocessor.c +++ b/mojoshader_preprocessor.c @@ -383,6 +383,8 @@ IMPLEMENT_POOL(Define, define) // Preprocessor define hashtable stuff... +// !!! FIXME: why isn't this using mojoshader_common.c's code? + // this is djb's xor hashing function. static inline uint32 hash_string_djbxor(const char *sym) {