summaryrefslogtreecommitdiffstats
path: root/src/glsl/ast_expr.cpp
diff options
context:
space:
mode:
authorCarl Worth <[email protected]>2014-06-25 13:55:18 -0700
committerCarl Worth <[email protected]>2014-07-29 15:11:50 -0700
commit18c589d20ea684f6415b28d563fd2edaae0d7b2c (patch)
treeda021eee461c54e956763c1b2596da6f7e2d8b27 /src/glsl/ast_expr.cpp
parentde0b4b6607c755257a63a72d0079ef9f2aaccbc2 (diff)
glsl/glcpp: Drop the HASH_ prefix from token names like HASH_IF
Previously, we had a single token for "#if" but now that we have two separate tokens, it looks much better to see: HASH_TOKEN IF than: HASH_TOKEN HASH_IF (Note, that for the same reason we use HASH_TOKEN instead of HASH, we also use DEFINE_TOKEN instead of DEFINE to avoid a conflict with the <DEFINE> start condition in the lexer.) There should be no behavioral change from this commit. Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/glsl/ast_expr.cpp')
0 files changed, 0 insertions, 0 deletions