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:
mkarlesky
2011-03-22 23:45:43 +00:00
parent 0195ea4e5a
commit bc1674df09

View File

@ -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* UnityStrNullPointerForActual = " Actual pointer was NULL";
// compiler-generic print formatting masks
const _U_UINT UnitySizeMask[] =
{
255u,
255u, // 0xFF
65535u, // 0xFFFF
65535u,
65535u,
4294967295u,
4294967295u, // 0xFFFFFFFF
4294967295u,
4294967295u,
4294967295u