1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 10:14:28 +01:00

Ability to set size of pointer list, smaller default size

This commit is contained in:
jsalling
2016-12-23 22:53:24 -06:00
parent 0603c1cf1e
commit 53bdb6897f
3 changed files with 6 additions and 4 deletions

View File

@@ -40,6 +40,9 @@ void UnityConcludeFixtureTest(void);
void UnityPointer_Set(void** ptr, void* newValue, UNITY_LINE_TYPE line);
void UnityPointer_UndoAllSets(void);
void UnityPointer_Init(void);
#ifndef UNITY_MAX_POINTERS
#define UNITY_MAX_POINTERS 5
#endif
#ifdef __cplusplus
}