--- a/mojoshader_lexer.c Wed Feb 18 08:27:08 2009 -0500
+++ b/mojoshader_lexer.c Wed Feb 18 08:29:48 2009 -0500
@@ -39,7 +39,7 @@
s->token = (const char *) tok;
} // update_state
-Token preprocessor_internal_lexer(IncludeState *s)
+Token preprocessor_lexer(IncludeState *s)
{
const uchar *cursor = (const uchar *) s->source;
const uchar *token;
@@ -1353,7 +1353,7 @@
assert(0 && "Shouldn't hit this code");
RET(TOKEN_UNKNOWN);
-} // preprocessor_internal_lexer
+} // preprocessor_lexer
// end of mojoshader_lexer_preprocessor.re (or .c) ...