From 701ee5101d6771114cec726d96696ee675cd26af Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 28 Feb 2014 15:57:37 -0500 Subject: [PATCH] fixed another double-float issue: make sure doubles are not both included and excluded. --- src/unity_internals.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/unity_internals.h b/src/unity_internals.h index 1cb8158..63ba31e 100644 --- a/src/unity_internals.h +++ b/src/unity_internals.h @@ -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