Commit Description:
Use OCR-A for the Budget window....
Commit Description:
Use OCR-A for the Budget window. I think it improves the theming. ?\_(?)_/?
File last commit:
Show/Diff file:
Action:
FNA/lib/MojoShader/unit_tests/preprocessor/output/elif-after-macro
9 lines | 152 B | text/plain | TextLexer
// This triggered an error before, when the "== D0" would not pop_source().
#define D0 0
#if DA == D0
RIGHT
#elif D5 >= D4
WRONG
#else
ALSOWRONG
#endif