mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
[!__STDC__]: Define const only if not defined.
This commit is contained in:
parent
a88c815a54
commit
bbbaf0b38d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user