fix `#define's that are used in more configurations than originally

This commit is contained in:
Matthew Flatt 2011-04-21 19:33:25 -06:00
parent c4dbbdfaf3
commit 3f9a4c49fa

View File

@ -278,12 +278,12 @@ typedef struct Scheme_FD {
# endif
} Scheme_FD;
# define MZ_FLUSH_NEVER 0
# define MZ_FLUSH_BY_LINE 1
# define MZ_FLUSH_ALWAYS 2
#endif
#define MZ_FLUSH_NEVER 0
#define MZ_FLUSH_BY_LINE 1
#define MZ_FLUSH_ALWAYS 2
#ifdef SOME_FDS_ARE_NOT_SELECTABLE
# include <fcntl.h>
#endif