Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a FIXME.
  • Loading branch information
icculus committed Oct 13, 2010
1 parent 6009152 commit 1483c92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mojoshader_compiler.c
Expand Up @@ -14,6 +14,8 @@
#define LEMON_SUPPORT_TRACING 1
#endif

// !!! FIXME: I'd like to lose this. It's really inefficient. Just keep a
// !!! FIXME: (tail) on these list structures instead?
#define REVERSE_LINKED_LIST(typ, head) { \
if ((head) && (head->next)) { \
typ *tmp = NULL; \
Expand Down

0 comments on commit 1483c92

Please sign in to comment.