git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@125 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e

This commit is contained in:
mvandervoord
2011-03-22 18:03:36 +00:00
parent 3d61357343
commit 0195ea4e5a
+7 -7
View File
@@ -30,13 +30,13 @@ const char* UnityStrNullPointerForActual = " Actual pointer was NULL";
const _U_UINT UnitySizeMask[] = const _U_UINT UnitySizeMask[] =
{ {
255, 255u,
65535, 65535u,
65535, 65535u,
4294967295, 4294967295u,
4294967295, 4294967295u,
4294967295, 4294967295u,
4294967295 4294967295u
#ifdef UNITY_SUPPORT_64 #ifdef UNITY_SUPPORT_64
,0xFFFFFFFFFFFFFFFF ,0xFFFFFFFFFFFFFFFF
#endif #endif