--- a/mojoshader_internal.h Mon Feb 23 20:43:41 2009 -0500
+++ b/mojoshader_internal.h Mon Feb 23 23:07:06 2009 -0500
@@ -410,6 +410,7 @@
int pushedback;
const unsigned char *lexer_marker;
int report_whitespace;
+ int asm_comments;
unsigned int orig_length;
unsigned int bytes_left;
unsigned int line;
@@ -428,7 +429,7 @@
MOJOSHADER_includeOpen open_callback,
MOJOSHADER_includeClose close_callback,
const MOJOSHADER_preprocessorDefine *defines,
- unsigned int define_count,
+ unsigned int define_count, int asm_comments,
MOJOSHADER_malloc m, MOJOSHADER_free f, void *d);
void preprocessor_end(Preprocessor *pp);