From a797e8dd04ddd5d340da0e9658ad0d2ec6455843 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 13 Feb 2009 01:39:19 -0500 Subject: [PATCH] Updated re2c-generated code again. --- mojoshader_lexer.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mojoshader_lexer.c b/mojoshader_lexer.c index 1f89de90..4963adde 100644 --- a/mojoshader_lexer.c +++ b/mojoshader_lexer.c @@ -1,4 +1,4 @@ -/* Generated by re2c 0.12.1 on Fri Feb 13 00:36:29 2009 */ +/* Generated by re2c 0.12.1 on Fri Feb 13 01:08:10 2009 */ /** * MojoShader; generate shader programs from bytecode of compiled * Direct3D shaders. @@ -1242,7 +1242,7 @@ Token preprocessor_internal_lexer(IncludeState *s) multilinecomment: if (YYLIMIT == YYCURSOR) - RET(TOKEN_PP_INCOMPLETE_COMMENT); + RET(TOKEN_INCOMPLETE_COMMENT); matchptr = cursor; // The "*\/" is just to avoid screwing up text editor syntax highlighting. @@ -1322,7 +1322,7 @@ Token preprocessor_internal_lexer(IncludeState *s) bad_chars: if (YYLIMIT == YYCURSOR) - RET(TOKEN_PP_BAD_CHARS); + RET(TOKEN_BAD_CHARS); { @@ -1346,7 +1346,7 @@ Token preprocessor_internal_lexer(IncludeState *s) } } ++YYCURSOR; - { cursor--; RET(TOKEN_PP_BAD_CHARS); } + { cursor--; RET(TOKEN_BAD_CHARS); } yy255: ++YYCURSOR; { goto bad_chars; }