projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b080ce7
)
* system.h (STDERR_FILENO): Fix typo.
author
Jeffrey A Law
<law@cygnus.com>
Wed, 31 Mar 1999 00:40:29 +0000
(
00:40
+0000)
committer
Jeff Law
<law@gcc.gnu.org>
Wed, 31 Mar 1999 00:40:29 +0000
(17:40 -0700)
From-SVN: r26074
gcc/ChangeLog
patch
|
blob
|
history
gcc/system.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 12f550541bcc2e619ec23d085393b8e868eb03ed..580aff5ca53ece1680f1cde0ba089544763f5832 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/system.h
b/gcc/system.h
index 7d62ed9cdba2b987e0da1effb5e5bf005019b969..9ff3773eec66707bb6fe5e92649df109d336a4f5 100644
(file)
--- a/
gcc/system.h
+++ b/
gcc/system.h
@@
-484,7
+484,7
@@
extern void abort ();
#ifndef STDOUT_FILENO
# define STDOUT_FILENO 1
#endif
-#ifndef STD
OUT
_FILENO
+#ifndef STD
ERR
_FILENO
# define STDERR_FILENO 2
#endif