]> git.xonotic.org Git - xonotic/gmqcc.git/history - tests/octal.qc
Only optimize (a - (-b)) into (a + b) when the unary operand is a negation. This...
[xonotic/gmqcc.git] / tests / octal.qc
2013-10-17 Dale WeilerImplement support for octal constants, this closes...