From: Ulrich Drepper Date: Wed, 30 Sep 1998 13:57:59 +0000 (+0000) Subject: [!__STDC__]: Define const only if not defined. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbbaf0b38d285f4ca2b49d0ecc0a6be0feffdc46;p=thirdparty%2Fglibc.git [!__STDC__]: Define const only if not defined. --- diff --git a/libio/libio.h b/libio/libio.h index 20eb5a9e1ae..fe290623ac4 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -69,8 +69,10 @@ the executable file might be covered by the GNU General Public License. */ #endif /*!_PARAMS*/ #ifndef __STDC__ +#ifndef const #define const #endif +#endif #define _IO_UNIFIED_JUMPTABLES 1 #if 0