Files
bitchx/source
Kevin Easton 7e3c39a464 Fix implied operators under NEW_MATH
This fixes several issues with the implied operators when NEW_MATH is enabled:

* None of the implied operators were returning the correct value, which should be the value
assigned to the LHS.

* The &&=, ||= ad ^^= operators were also operating on uninitialized variables and so behaving
unpredictably.

* The /= and %= operators would crash the client when the RHS was zero, because after outputting
the "Divide by zero" error they would go on to perform the operation anyway.
2016-09-29 01:11:29 +10:00
..
2015-10-28 21:46:38 +11:00
2015-10-29 22:17:10 +11:00
2016-09-29 01:11:29 +10:00
2016-03-16 23:50:38 +11:00
2016-03-16 23:50:38 +11:00