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

- tweaked parameterized tests to be C99 standards compliant

- fixed a few bugs in fixtures to get it to pass against our standard compilers
- added extern of OUTPUT_CHAR method to keep compilers from complaining

git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@107 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
mvandervoord
2010-12-01 01:56:24 +00:00
parent 5a6b8c405b
commit 57178b9295
8 changed files with 35 additions and 20 deletions

View File

@@ -120,6 +120,8 @@ typedef UNITY_FLOAT_TYPE _UF;
#define UNITY_OUTPUT_CHAR(a) putchar(a)
#endif
extern int UNITY_OUTPUT_CHAR(int);
//-------------------------------------------------------
// Footprint
//-------------------------------------------------------