author | Ryan C. Gordon <icculus@icculus.org> |
Tue, 24 Feb 2009 01:53:04 -0500 | |
changeset 695 | bb19124e7fdc |
parent 694 | dad8a4180a61 |
child 696 | c9e03dc63eb8 |
--- a/mojoshader_assembler.c Tue Feb 24 01:42:28 2009 -0500 +++ b/mojoshader_assembler.c Tue Feb 24 01:53:04 2009 -0500 @@ -7,6 +7,9 @@ * This file written by Ryan C. Gordon. */ +// !!! FIXME: this should probably use a formal grammar and not a hand-written +// !!! FIXME: pile of C code. + #define __MOJOSHADER_INTERNAL__ 1 #include "mojoshader_internal.h"