Skip to content

Commit

Permalink
Regenerated mojoshader_lexer.c from mojoshader_lexer.re.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 15, 2009
1 parent 1119a00 commit 8eb5664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_lexer.c
Expand Up @@ -26,7 +26,7 @@
typedef unsigned char uchar;

#define YYMAXFILL 8
#define RET(t) do { return update_state(s, eoi, cursor, token, t); } while (0)
#define RET(t) return update_state(s, eoi, cursor, token, (Token) t)
#define YYCTYPE uchar
#define YYCURSOR cursor
#define YYLIMIT limit
Expand Down

0 comments on commit 8eb5664

Please sign in to comment.