diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2009-02-02 22:07:48 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2009-02-02 22:07:48 +0000 |
commit | 2319eb4e235d231f849d07b1ad634b8efea5720a (patch) | |
tree | cbe169c7e1f99234ffd3aeaa9d8e6e6a29b8141b /libstdc++-v3/config/os | |
parent | 965fdadfed4405a41a95ebb7a6642735270379bd (diff) | |
download | gcc-2319eb4e235d231f849d07b1ad634b8efea5720a.zip gcc-2319eb4e235d231f849d07b1ad634b8efea5720a.tar.gz gcc-2319eb4e235d231f849d07b1ad634b8efea5720a.tar.bz2 |
os_defines.h: Remove superfluous __NO_STRING_INLINES.
2009-02-02 Benjamin Kosnik <bkoz@redhat.com>
* config/os/gnu-linux/os_defines.h: Remove superfluous
__NO_STRING_INLINES.
From-SVN: r143883
Diffstat (limited to 'libstdc++-v3/config/os')
-rw-r--r-- | libstdc++-v3/config/os/gnu-linux/os_defines.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libstdc++-v3/config/os/gnu-linux/os_defines.h b/libstdc++-v3/config/os/gnu-linux/os_defines.h index 188b8a8..e2c5a77 100644 --- a/libstdc++-v3/config/os/gnu-linux/os_defines.h +++ b/libstdc++-v3/config/os/gnu-linux/os_defines.h @@ -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 |