]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
os_defines.h: Remove superfluous __NO_STRING_INLINES.
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 2 Feb 2009 22:07:48 +0000 (22:07 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 2 Feb 2009 22:07:48 +0000 (22:07 +0000)
2009-02-02  Benjamin Kosnik  <bkoz@redhat.com>

* config/os/gnu-linux/os_defines.h: Remove superfluous
__NO_STRING_INLINES.

From-SVN: r143883

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/gnu-linux/os_defines.h

index 6839f557e32c717e3f8e565642b1d179372796ec..f34742c4e2eb6ee880641ff87219b89e5e132eb2 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-02  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * config/os/gnu-linux/os_defines.h: Remove superfluous
+       __NO_STRING_INLINES.
+
 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
 
        * testsuite/21_strings/c_strings/char/3.cc: New test.
index 188b8a8320877c1ed673a6c13343090a09a41a87..e2c5a77d230f15077ddd80979e9feeaa5bd9fdd8 100644 (file)
@@ -1,6 +1,6 @@
 // Specific definitions for GNU/Linux  -*- C++ -*-
 
-// Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+// Copyright (C) 2000, 2001, 2002, 2003, 2009 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -43,9 +43,4 @@
 
 #include <features.h>
 
-// We must not see the optimized string functions GNU libc defines.
-#if defined __GLIBC__ && __GLIBC__ >= 2
-#define __NO_STRING_INLINES
-#endif
-
 #endif