Fix build of cmockery

cmockery.h was trying to redefine uintptr_t, but this is already
defined in stdint.h.
This commit is contained in:
Travis Cross 2012-06-26 19:59:23 +00:00
parent d938a6da6d
commit b7fd94a53e
1 changed files with 0 additions and 3 deletions

View File

@ -114,9 +114,6 @@ typedef unsigned long uintptr_t;
* what's the right preprocessor symbol?
typedef unsigned long long uintptr_t */
/* ILP32 and LP64 platforms */
typedef unsigned long uintptr_t;
#endif /* _WIN32 */
#endif /* _UINTPTR_T */