mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-20 22:13:29 +08:00
fixed another double-float issue: make sure doubles are not both included and excluded.
This commit is contained in:
@ -219,6 +219,10 @@ typedef UNITY_FLOAT_TYPE _UF;
|
||||
#undef UNITY_DOUBLE_TYPE
|
||||
#undef UNITY_DOUBLE_VERBOSE
|
||||
|
||||
#ifdef UNITY_INCLUDE_DOUBLE
|
||||
#undef UNITY_INCLUDE_DOUBLE
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
//Floating Point Support
|
||||
|
Reference in New Issue
Block a user