From: charlet Date: Tue, 29 Mar 2005 16:22:47 +0000 (+0000) Subject: 2005-03-29 Ed Falis X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dccfbb2d83714f24eeee1f2ed9c632eaec4e7b09;p=thirdparty%2Fgcc.git 2005-03-29 Ed Falis * cio.c: Undefine putchar and getchar for VTHREADS: incompatible with VxWorks 653 1.4 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97189 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ada/cio.c b/gcc/ada/cio.c index 8e4c7cba596b..4b4a8070282c 100644 --- a/gcc/ada/cio.c +++ b/gcc/ada/cio.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 1992-2003 Free Software Foundation, Inc. * + * Copyright (C) 1992-2005 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -51,6 +51,11 @@ #undef stdout #endif +#ifdef VTHREADS +#undef putchar +#undef getchar +#endif + int get_char (void) {