* system.h (STDERR_FILENO): Fix typo.
authorJeffrey A Law <law@cygnus.com>
Wed, 31 Mar 1999 00:40:29 +0000 (00:40 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 31 Mar 1999 00:40:29 +0000 (17:40 -0700)
From-SVN: r26074

gcc/ChangeLog
gcc/system.h

index 12f550541bcc2e619ec23d085393b8e868eb03ed..580aff5ca53ece1680f1cde0ba089544763f5832 100644 (file)
@@ -1,5 +1,7 @@
 Wed Mar 31 00:50:48 1999  Jeffrey A Law  (law@cygnus.com)
 
+       * system.h (STDERR_FILENO): Fix typo.
+
        * inclhack.def (bool): Also fix bogus bool in curses_colr/curses.h
        * fixincl.x, inclhack.sh, fixincl.sh: Rebuilt.
 
index 7d62ed9cdba2b987e0da1effb5e5bf005019b969..9ff3773eec66707bb6fe5e92649df109d336a4f5 100644 (file)
@@ -484,7 +484,7 @@ extern void abort ();
 #ifndef STDOUT_FILENO
 # define STDOUT_FILENO  1
 #endif
-#ifndef STDOUT_FILENO
+#ifndef STDERR_FILENO
 # define STDERR_FILENO  2
 #endif