# HG changeset patch # User Ryan C. Gordon # Date 1287005368 14400 # Node ID 3738cd265707ac4fcb3461214c6d730f96f3ec11 # Parent 55b583afec462d338bc9ad77de86afe5d66fbdc2 Added a FIXME. diff -r 55b583afec46 -r 3738cd265707 mojoshader_compiler.c --- a/mojoshader_compiler.c Tue Sep 21 02:06:57 2010 -0400 +++ b/mojoshader_compiler.c Wed Oct 13 17:29:28 2010 -0400 @@ -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; \