diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-05-17 09:59:06 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-05-17 09:59:06 +0300 |
commit | ebf8dc6b033fd2d00abc0c03a296f35c40c46363 (patch) | |
tree | ac7a5915a5a483a08a294e40c60134e2ec08f72b /unix | |
parent | d7b7d5f6ee0141bcc4ac64db9ba0c63524494238 (diff) | |
download | micropython-ebf8dc6b033fd2d00abc0c03a296f35c40c46363.tar.gz micropython-ebf8dc6b033fd2d00abc0c03a296f35c40c46363.zip |
Revert "unix: Include stdio.h to allow easy debugging with printf()."
This reverts commit 8fbabab1a80efa8b9c0654f63b2157d8f8299955. Turned to
cause problems on MacOSX.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mpconfigport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index b7da9d3234..411817130a 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -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) |