Revert commits 720ea42 and a27b03c which broke the Fixture build

These were aimed at preventing the internals header from declaring
  a prototype for 'int UNITY_OUTPUT_CHAR(int);'. The second part fixed
  an omitted declaration in the tests caused by the first commit.
 Will replace the default behavior & add an option for this in next commit
This commit is contained in:
jsalling
2016-04-24 12:14:44 -05:00
parent 25a3666e47
commit 573481729b
3 changed files with 3 additions and 13 deletions

View File

@ -8,8 +8,6 @@
#include "unity.h"
#include <string.h>
int putcharSpy(int c);
// Dividing by these constants produces +/- infinity.
// The rationale is given in UnityAssertFloatIsInf's body.
#ifndef UNITY_EXCLUDE_FLOAT