Skip to content

Commit

Permalink
Added some FIXMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 18, 2009
1 parent 576ae57 commit 14c8923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mojoshader_internal.h
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions mojoshader_preprocessor.c
Expand Up @@ -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.
Expand Down

0 comments on commit 14c8923

Please sign in to comment.