Skip to content

Commit

Permalink
Updated re2c-generated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 24, 2009
1 parent e456e91 commit ad42b10
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions mojoshader_lexer.c
Expand Up @@ -117,11 +117,11 @@ Token preprocessor_lexer(IncludeState *s)
case '8':
case '9': goto yy10;
case ':': goto yy50;
case ';': goto yy52;
case ';': goto yy58;
case '<': goto yy17;
case '=': goto yy33;
case '>': goto yy15;
case '?': goto yy58;
case '?': goto yy56;
case 'A':
case 'B':
case 'C':
Expand Down Expand Up @@ -179,9 +179,9 @@ Token preprocessor_lexer(IncludeState *s)
case '\\': goto yy2;
case ']': goto yy44;
case '^': goto yy27;
case '{': goto yy54;
case '{': goto yy52;
case '|': goto yy31;
case '}': goto yy56;
case '}': goto yy54;
case '~': goto yy48;
default: goto yy67;
}
Expand Down Expand Up @@ -335,16 +335,16 @@ Token preprocessor_lexer(IncludeState *s)
{ RET(':'); }
yy52:
++YYCURSOR;
{ RET(';'); }
{ RET('{'); }
yy54:
++YYCURSOR;
{ RET('{'); }
{ RET('}'); }
yy56:
++YYCURSOR;
{ RET('}'); }
{ RET('?'); }
yy58:
++YYCURSOR;
{ RET('?'); }
{ if (s->asm_comments) goto singlelinecomment; RET(';'); }
yy60:
++YYCURSOR;
{ if (eoi) { RET(TOKEN_EOI); } goto bad_chars; }
Expand Down

0 comments on commit ad42b10

Please sign in to comment.