vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture_internals.h in ceedling-0.24.0 vs vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture_internals.h in ceedling-0.25.0

- old
+ new

@@ -11,17 +11,17 @@ #ifdef __cplusplus extern "C" { #endif -struct _UnityFixture +struct UNITY_FIXTURE_T { int Verbose; unsigned int RepeatCount; const char* NameFilter; const char* GroupFilter; }; -extern struct _UnityFixture UnityFixture; +extern struct UNITY_FIXTURE_T UnityFixture; typedef void unityfunction(void); void UnityTestRunner(unityfunction* setup, unityfunction* body, unityfunction* teardown,