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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user