1
0
mirror of https://github.com/ThrowTheSwitch/CMock synced 2025-05-16 01:39:33 -04:00

- updated default to internal temp type

git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@169 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
mvandervoord 2010-06-21 12:57:32 +00:00
parent 8c03f7b200
commit e91f739e43

@ -19,7 +19,7 @@
//should be big enough to index full range of CMOCK_MEM_MAX
#ifndef CMOCK_MEM_INDEX_TYPE
#define CMOCK_MEM_INDEX_TYPE unsigned int
#define CMOCK_MEM_INDEX_TYPE unsigned long
#endif
//this is used internally during pointer arithmetic. make sure this type is the same size as the target's pointer type