fixed another double-float issue: make sure doubles are not both included and excluded.

This commit is contained in:
Mark VanderVoord
2014-02-28 15:57:37 -05:00
parent bd0d5ecf29
commit 701ee5101d

View File

@ -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