Commit d2004814 authored by Wayne Davison's avatar Wayne Davison

Changed #if to use "defined".

parent bf0c5bec
......@@ -75,7 +75,7 @@ main(int argc, char *argv[])
run_program(argv + 1);
#if HAVE_SETMODE && O_BINARY
#if defined HAVE_SETMODE && O_BINARY
setmode(STDIN_FILENO, O_BINARY);
setmode(STDOUT_FILENO, O_BINARY);
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment