mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-14 22:29:58 +00: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:
+1
-1
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
//should be big enough to index full range of CMOCK_MEM_MAX
|
//should be big enough to index full range of CMOCK_MEM_MAX
|
||||||
#ifndef CMOCK_MEM_INDEX_TYPE
|
#ifndef CMOCK_MEM_INDEX_TYPE
|
||||||
#define CMOCK_MEM_INDEX_TYPE unsigned int
|
#define CMOCK_MEM_INDEX_TYPE unsigned long
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//this is used internally during pointer arithmetic. make sure this type is the same size as the target's pointer type
|
//this is used internally during pointer arithmetic. make sure this type is the same size as the target's pointer type
|
||||||
|
|||||||
Reference in New Issue
Block a user