From 14c89236ff5ee409fd4791d902ddf4e803dc13c4 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 18 Feb 2009 00:35:42 -0500 Subject: [PATCH] Added some FIXMEs. --- mojoshader_internal.h | 1 + mojoshader_preprocessor.c | 1 + 2 files changed, 2 insertions(+) diff --git a/mojoshader_internal.h b/mojoshader_internal.h index 8c6465c0..84b51f14 100644 --- a/mojoshader_internal.h +++ b/mojoshader_internal.h @@ -300,6 +300,7 @@ typedef enum extern MOJOSHADER_error MOJOSHADER_out_of_mem_error; extern MOJOSHADER_parseData MOJOSHADER_out_of_mem_data; +// !!! FIXME: unify all the routines in various modules that deal with these. typedef struct ErrorList { MOJOSHADER_error error; diff --git a/mojoshader_preprocessor.c b/mojoshader_preprocessor.c index d71229d2..cc5c7907 100644 --- a/mojoshader_preprocessor.c +++ b/mojoshader_preprocessor.c @@ -334,6 +334,7 @@ static void free_buffer(Buffer *buffer, MOJOSHADER_free f, void *d) } // free_buffer +// !!! FIXME: maybe use these pool magic elsewhere? // Pool stuff... // ugh, I hate this macro salsa.