Commit Description:
Add bulldozer tool....
Commit Description:
Add bulldozer tool. Adds a bulldozer tool for removing structures. For the moment, works like dezone, i.e., it can delete entire areas rather than working on one area at a time.
File last commit:
Show/Diff file:
Action:
FNA/lib/MojoShader/unit_tests/preprocessor/output/macro-with-arg-as-macro-arg
5 lines | 119 B | text/plain | TextLexer
// Should produce "RIGHT" and not "l(b)" or whatnot.
#define bb(l) l
#define zz(c) c
#define qq(b) zz(bb(b))
qq(RIGHT)