1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-25 01:11:36 +01:00

Fixed a couple of mistakes in last commit

This commit is contained in:
mvandervoord
2019-10-25 11:20:25 -04:00
parent d16c27b085
commit 368a7d8970
3 changed files with 4 additions and 4 deletions

View File

@@ -683,7 +683,7 @@ extern const char UnityStrErrShorthand[];
#ifndef RUN_TEST
#ifdef __STDC_VERSION__
#if __STDC_VERSION__ >= 199901L
#define UNITY_SUPPORT_VARIADIC
#define UNITY_SUPPORT_VARIADIC_MACROS
#endif
#endif
#ifdef UNITY_SUPPORT_VARIADIC_MACROS