mirror of git://sourceware.org/git/glibc.git
Typo in test for C11-capable compiler
This commit is contained in:
parent
aff0673587
commit
d1863a4e95
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 2011 Free Software Foundation, Inc.
|
/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2011.
|
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2011.
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
# define EILSEQ EINVAL
|
# define EILSEQ EINVAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __STDC__ >= 20100L
|
#if __STDC__ >= 201000L
|
||||||
# define u(c) U##c
|
# define u(c) U##c
|
||||||
#else
|
#else
|
||||||
# define u(c) L##c
|
# define u(c) L##c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 2011 Free Software Foundation, Inc.
|
/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Ulrich Drepper <drepper@gnu.org>, 2011.
|
Contributed by Ulrich Drepper <drepper@gnu.org>, 2011.
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
# define EILSEQ EINVAL
|
# define EILSEQ EINVAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __STDC__ >= 20100L
|
#if __STDC__ >= 201000L
|
||||||
# define U(c) U##c
|
# define U(c) U##c
|
||||||
#else
|
#else
|
||||||
# define U(c) L##c
|
# define U(c) L##c
|
||||||
|
|
Loading…
Reference in New Issue