Issue 122: limits constants break hxcpp compilation
Status:  Fixed
Owner: ----
Closed:  Jul 2011
Reported by michaelbaczynski@gmail.com, May 26, 2011
the following names are reserved when compiling with OSX gcc:

INT8_MIN
INT8_MAX
UINT8_MAX
INT16_MIN
INT16_MAX
UINT16_MAX
INT32_MIN
INT32_MAX
UINT32_MAX

see https://code.google.com/p/polygonal/source/browse/trunk/src/lib/de/polygonal/core/math/Limits.hx
Jul 7, 2011
Project Member #1 gameh...@gmail.com
I have created a file to remove these types of compiler #defines.
Status: Fixed