mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-27 18:24:27 +01:00
reworked character strings to be an array type so that storage classes are handled better for picky compilers.
This commit is contained in:
@@ -509,9 +509,9 @@ void UnityAssertDoubleSpecial(const _UD actual,
|
||||
// Error Strings We Might Need
|
||||
//-------------------------------------------------------
|
||||
|
||||
extern const char* UnityStrErrFloat;
|
||||
extern const char* UnityStrErrDouble;
|
||||
extern const char* UnityStrErr64;
|
||||
extern const char UnityStrErrFloat[];
|
||||
extern const char UnityStrErrDouble[];
|
||||
extern const char UnityStrErr64[];
|
||||
|
||||
//-------------------------------------------------------
|
||||
// Test Running Macros
|
||||
|
||||
Reference in New Issue
Block a user