1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

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

View File

@@ -30,13 +30,13 @@ const char* UnityStrNullPointerForActual = " Actual pointer was NULL";
const _U_UINT UnitySizeMask[] =
{
255,
65535,
65535,
4294967295,
4294967295,
4294967295,
4294967295
255u,
65535u,
65535u,
4294967295u,
4294967295u,
4294967295u,
4294967295u
#ifdef UNITY_SUPPORT_64
,0xFFFFFFFFFFFFFFFF
#endif