mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-24 17:01:35 +01:00
Merge branch 'master' of github.com:ThrowTheSwitch/Unity
Conflicts: src/unity_internals.h
This commit is contained in:
@@ -155,6 +155,10 @@ typedef _US64 _U_SINT;
|
||||
// Pointer Support
|
||||
//-------------------------------------------------------
|
||||
|
||||
#ifndef UNITY_POINTER_WIDTH
|
||||
#define UNITY_POINTER_WIDTH (32)
|
||||
#endif /* UNITY_POINTER_WIDTH */
|
||||
|
||||
#if (UNITY_POINTER_WIDTH == 32)
|
||||
typedef _UU32 _UP;
|
||||
#define UNITY_DISPLAY_STYLE_POINTER UNITY_DISPLAY_STYLE_HEX32
|
||||
|
||||
Reference in New Issue
Block a user