Show More
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/nested-macro-args
6 lines | 105 B | text/plain | TextLexer
Early working version (including all dependencies, lol).
r0 /* This should produce "RIGHT" instead of "WRONG" */
#define x(a) a
#define y(WRONG) x(WRONG)
y(RIGHT)