mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-22 15:28:12 +08:00
added some barely needed comments to UnitySizeMask
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@126 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
@ -28,12 +28,13 @@ const char* UnityStrPointless= " You Asked Me To Compare Nothing, Which Was Poin
|
|||||||
const char* UnityStrNullPointerForExpected= " Expected pointer to be NULL";
|
const char* UnityStrNullPointerForExpected= " Expected pointer to be NULL";
|
||||||
const char* UnityStrNullPointerForActual = " Actual pointer was NULL";
|
const char* UnityStrNullPointerForActual = " Actual pointer was NULL";
|
||||||
|
|
||||||
|
// compiler-generic print formatting masks
|
||||||
const _U_UINT UnitySizeMask[] =
|
const _U_UINT UnitySizeMask[] =
|
||||||
{
|
{
|
||||||
255u,
|
255u, // 0xFF
|
||||||
|
65535u, // 0xFFFF
|
||||||
65535u,
|
65535u,
|
||||||
65535u,
|
4294967295u, // 0xFFFFFFFF
|
||||||
4294967295u,
|
|
||||||
4294967295u,
|
4294967295u,
|
||||||
4294967295u,
|
4294967295u,
|
||||||
4294967295u
|
4294967295u
|
||||||
|
Reference in New Issue
Block a user