* build fix
authorFrank Ch. Eigler <fche@redhat.com>
Sat, 19 Feb 2000 03:59:10 +0000 (03:59 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Sat, 19 Feb 2000 03:59:10 +0000 (03:59 +0000)
2000-02-18  Frank Ch. Eigler  <fche@redhat.com>

* resrc.c: Remove unmatched #if for cygwin.

binutils/ChangeLog
binutils/resrc.c

index f85d26c996478e9da2b355b76c1bd930a0a2104b..c7b171699c31240a29b9ffd0a413b5c2cd2a6b31 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
+
+       * resrc.c: Remove unmatched #if for cygwin.
+
 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
        * binutils.texi: Document the change of flavor name from atpcs-special
index b38c75d207aab56d7290a44790ac6a75f19f7270..8c3c9a74d2241eb766754fdb7f55f6116be8ab07 100644 (file)
@@ -67,7 +67,6 @@
 #endif /* defined (_WIN32) && ! defined (__CYGWIN__) */
 #endif /* ! HAVE_SYS_WAIT_H */
 
-#if defined (_WIN32) && ! defined (__CYGWIN32__)
 #ifndef STDOUT_FILENO
 #define STDOUT_FILENO 1
 #endif
This page took 0.029546 seconds and 4 git commands to generate.