]> sourceware.org Git - glibc.git/commitdiff
Typo in test for C11-capable compiler
authorUlrich Drepper <drepper@gmail.com>
Tue, 3 Jan 2012 13:01:45 +0000 (08:01 -0500)
committerUlrich Drepper <drepper@gmail.com>
Tue, 3 Jan 2012 13:01:45 +0000 (08:01 -0500)
wcsmbs/c16rtomb.c
wcsmbs/mbrtoc16.c

index 33e6b92d0227ea0d5c7aa44a4d9877cf9e84064f..c75ca3bf2193cc29f4dcd61c1e4a78256072cf12 100644 (file)
@@ -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.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2011.
 
@@ -31,7 +31,7 @@
 # define EILSEQ EINVAL
 #endif
 
-#if __STDC__ >= 20100L
+#if __STDC__ >= 201000L
 # define u(c) U##c
 #else
 # define u(c) L##c
index 3a3a45ce1aca98d0163d7bae13838892f06c64b9..7b5822d69020da5a620d57445c71e602a34fc94d 100644 (file)
@@ -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.
    Contributed by Ulrich Drepper <drepper@gnu.org>, 2011.
 
@@ -30,7 +30,7 @@
 # define EILSEQ EINVAL
 #endif
 
-#if __STDC__ >= 20100L
+#if __STDC__ >= 201000L
 # define U(c) U##c
 #else
 # define U(c) L##c
This page took 0.046744 seconds and 5 git commands to generate.