Skip to content

Commit

Permalink
'#' is not a valid HLSL token (we check for preprocessor directives e…
Browse files Browse the repository at this point in the history
…lsewhere).
  • Loading branch information
icculus committed Feb 14, 2009
1 parent 645d4c9 commit f321937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mojoshader_lexer.re
Expand Up @@ -130,7 +130,6 @@ scanner_loop:
"=" { RET('='); }
"?" { RET('?'); }
"\\" { RET('\\'); }
"#" { RET('#'); }
PP "include" { RET(TOKEN_PP_INCLUDE); }
PP "line" { RET(TOKEN_PP_LINE); }
Expand Down

0 comments on commit f321937

Please sign in to comment.