Skip to content

Commit

Permalink
Revert "unix: Include stdio.h to allow easy debugging with printf()."
Browse files Browse the repository at this point in the history
This reverts commit 8fbabab. Turned to
cause problems on MacOSX.
  • Loading branch information
Paul Sokolovsky committed May 17, 2015
1 parent d7b7d5f commit ebf8dc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unix/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* THE SOFTWARE.
*/

// Debugging help - use printf() easily
#include <stdio.h>

// options to control how Micro Python is built

#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
Expand Down

0 comments on commit ebf8dc6

Please sign in to comment.