diff options
Diffstat (limited to 'gcc/ada/cio.c')
-rw-r--r-- | gcc/ada/cio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/cio.c b/gcc/ada/cio.c index bcd83c3fb99..65a78698579 100644 --- a/gcc/ada/cio.c +++ b/gcc/ada/cio.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * $Revision: 1.2 $ + * $Revision$ * * * Copyright (C) 1992-2001 Free Software Foundation, Inc. * * * @@ -77,7 +77,7 @@ put_int_stderr (int x) #else -/* Don't use macros on linux since they cause incompatible changes between +/* Don't use macros on GNU/Linux since they cause incompatible changes between glibc 2.0 and 2.1 */ #ifdef linux #undef putchar |